curl --request GET \
--url https://api.openworklabs.com/v1/orgs/{orgId}/templates{
"templates": [
{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"templateData": "<unknown>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"creator": {
"memberId": "<string>",
"userId": "<string>",
"role": "<string>",
"name": "<string>",
"email": "jsmith@example.com",
"image": "<string>"
}
}
]
}Lists the shared templates that belong to an organization, including creator metadata.
curl --request GET \
--url https://api.openworklabs.com/v1/orgs/{orgId}/templates{
"templates": [
{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"templateData": "<unknown>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"creator": {
"memberId": "<string>",
"userId": "<string>",
"role": "<string>",
"name": "<string>",
"email": "jsmith@example.com",
"image": "<string>"
}
}
]
}