Get headers for a list of sheets by object type and object ID

head/documents/{objectTypeName}/{objectId}/sheets

Retrieves headers for a list of the sheets that are associated with the object specified in the path. To modify a sheet, update the sheets property on the object using a separate endpoint.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
objectId
string
true

The ID of the object.

objectTypeName
string
true

The name of the object type.

Responses

StatusMeaningDescription
200OK

The request succeeded. A list of sheets was returned.

400Bad Request

The request failed. The parameters cannot be null or empty.

404Not Found

The request failed. The object was not found or the user did not have permission to view the object.