Get headers for a sheet

head/documents/{objectTypeName}/{objectId}/sheets/{sheetId}
Internal-Use Only

Gets headers for the sheet with the given ID from the object that is specified in the path. To modify a sheet, update the sheets property on the object using a separate endpoint.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
objectId
string
true

The ID of the object.

objectTypeName
string
true

The name of the object type.

sheetId
string
true

The ID of the sheet.

Responses

StatusMeaningDescription
200OKThe request succeeded. The sheet with the specified ID was returned.
400Bad RequestThe request failed. The parameters cannot be null or empty.
404Not FoundThe request failed. The object or sheet was not found or the user did not have permission to view the object.