GET 1.0/{InstanceId}/Documents/{DocumentId}/Followers/{FollowerId}

Gets an individual follower of a document

Request Information

URI Parameters

API Parameter Details
NameDescriptionTypeAdditional information
InstanceId

The instance ID relating to a specific ADM database

string

Required

DocumentId

The ID of the document to retrieve

integer

Required

FollowerId

The ID of the follower to retrieve

integer

Required

Body Parameters

None.

Response Information

Resource Description

Follower
API Parameter Details
NameDescriptionTypeAdditional 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"
}