public GetOne ( string projectId, string collectionId = null, string collectionKey = null, string dataId = null, string dataKey = null, bool includeChildren = false, int depth = null, int childrenLimit = 100 ) : Task |
||
projectId | string | Project id. |
collectionId | string | Collection idy defining a collection for which data will be returned. |
collectionKey | string | Collection key defining a collection for which data will be returned. |
dataId | string | Data Object's id. |
dataKey | string | Data Object's key. |
includeChildren | bool | If true, include Data Object children as well (recursively). Default value: False. Max 100 of children are shown in one request. |
depth | int | Max depth of children to follow. If not specified, will follow all levels until children limit is reached. |
childrenLimit | int | Limit of children to show (if include_children is True). Default and max value: 100 (some children levels may be incomplete if there are more than this limit). |
return | Task |