Get headers for a sheet
head/documents/{objectTypeName}/{objectId}/sheets/{sheetId}
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.
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. The sheet with the specified ID was returned. | ||
400 | Bad Request | The request failed. The parameters cannot be null or empty. | ||
404 | Not Found | The request failed. The object or sheet was not found or the user did not have permission to view the object. |