GET folder-objects/{id}
Gets the relation between a folder and an object.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FolderObjectViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Folder | BaseViewModel |
Settable |
|
Object | BaseViewModel |
Settable |
|
SelfUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "folder": { "selfUrl": "sample string 1" }, "object": { "selfUrl": "sample string 1" }, "selfUrl": "sample string 2" }