Get a record's sharing information

Gets sharing information about a record, including which users or user groups have access to it and their corresponding permission levels, based on the object name and record ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The name of the business object the record belongs to. For example, Agreement.

string
required

The unique ID of the record to be shared. For example, 6a2f9e0d-aef6-432f-998b-66cbc673c793.

Query Params
int32

Number of records in each page. For example: 5, It will display 5 records on each page.

int32

Number of pages to be fetched. For example: 2, It will fetch the second page with the number of records (mentioned in the pageSize parameter).

Note:The page Index starts from 1.

string

Field name for sorting. For example: IsActive.

Note: The sort field (in this case, IsActive) should be indexed or sortable.

string
enum

Sort direction for the data.

Allowed:
Responses

400

Bad Request

403

Forbidden

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json