Legacy API Reference
cURL
curl --request GET \ --url https://enterprise-api.writer.com/snippet/organization/{organizationId}/team/{teamId} \ --header 'Authorization: <authorization>'
{ "result": [ { "id": "<string>", "snippet": "<string>", "shortcut": "<string>", "description": "<string>", "creationTime": "2023-11-07T05:31:56Z", "modificationTime": "2023-11-07T05:31:56Z", "createdUser": { "id": 123, "fullName": "<string>", "email": "<string>" }, "modifiedUser": { "id": 123, "fullName": "<string>", "email": "<string>" }, "tags": [ { "tag": "<string>" } ] } ], "totalCount": 123, "pagination": { "offset": 123, "limit": 123 } }
shortcut
creationTime
modificationTime
asc
desc
The response is of type object.
object
Was this page helpful?