GET objects/unpublished?rpp={rpp}&page={page}&include={include}
Gets a list of unpublished objects of the current user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rpp |
Results per page. |
integer |
Default value is 0 |
| page |
Current page number. |
integer |
Default value is 0 |
| include |
Defines the properties to be included (separated by comma). |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
GenericPaginatedListViewModelOfObjectViewModel| Name | 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"
}