GET 1.0/{InstanceId}/Documents/{DocumentId}/Followers
List followers of a document
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InstanceId |
The instance ID relating to a specific ADM database |
string |
Required |
| DocumentId |
The ID of the document for which to list followers |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Follower| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The follower ID (unique ID representing this user + document combination) |
integer |
None. |
| UserId |
The Integer user ID of the follower |
integer |
None. |
| FollowerCloudGUID |
The GUID of the user who is following the document |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"UserId": 2,
"FollowerCloudGUID": "sample string 3"
},
{
"Id": 1,
"UserId": 2,
"FollowerCloudGUID": "sample string 3"
}
]