GET objects/{id}/objects?rpp={rpp}&page={page}
Gets the related objects of the specified object.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The identifier of the object. |
integer |
Required |
rpp |
Results per page. |
integer |
Default value is 0 |
page |
Current page number. |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
GenericPaginatedListViewModelOfObjectViewModelName | Description | Type | Additional information |
---|---|---|---|
TotalCount | integer |
None. |
|
Pagination | PaginationParameterModel |
None. |
|
Items | Collection of ObjectViewModel |
None. |
|
NextPageUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "totalCount": 1, "pagination": null, "items": [ { "id": 1, "createdDate": "sample string 2", "name": "sample string 3", "description": "sample string 4", "ontologyCount": 5, "size": 6, "type": { "name": "sample string 1", "displayName": "sample string 2", "displayNameShort": "sample string 3", "selfUrl": "sample string 4" }, "downloadUrl": "sample string 7", "archive": { "entryCount": 1, "decompressedSize": 2, "entriesUrl": "sample string 3" }, "license": { "selfUrl": "sample string 1" }, "owner": { "selfUrl": "sample string 1" }, "files": null, "linkedObjects": null, "linkedObjectRelations": null, "ontologyItems": null, "ontologyItemRelations": null, "objectPreviews": [ { "selfUrl": "sample string 1" }, { "selfUrl": "sample string 1" } ], "objectGroupRights": [ { "selfUrl": "sample string 1" }, { "selfUrl": "sample string 1" } ], "objectUserRights": [ { "selfUrl": "sample string 1" }, { "selfUrl": "sample string 1" } ], "selfUrl": "sample string 8" }, { "id": 1, "createdDate": "sample string 2", "name": "sample string 3", "description": "sample string 4", "ontologyCount": 5, "size": 6, "type": { "name": "sample string 1", "displayName": "sample string 2", "displayNameShort": "sample string 3", "selfUrl": "sample string 4" }, "downloadUrl": "sample string 7", "archive": { "entryCount": 1, "decompressedSize": 2, "entriesUrl": "sample string 3" }, "license": { "selfUrl": "sample string 1" }, "owner": { "selfUrl": "sample string 1" }, "files": null, "linkedObjects": null, "linkedObjectRelations": null, "ontologyItems": null, "ontologyItemRelations": null, "objectPreviews": [ { "selfUrl": "sample string 1" }, { "selfUrl": "sample string 1" } ], "objectGroupRights": [ { "selfUrl": "sample string 1" }, { "selfUrl": "sample string 1" } ], "objectUserRights": [ { "selfUrl": "sample string 1" }, { "selfUrl": "sample string 1" } ], "selfUrl": "sample string 8" } ], "nextPageUrl": "sample string 2" }