Skip to content
OpenPostDocs
OpenPostDocs
Media

List screenshot template designs

GET/screenshot-templates/designs

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

workspace_id*string
limit?integer
Formatint64
Range1 <= value <= 100
Default40
offset?integer
Formatint64
Range0 <= value
Default0

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/screenshot-templates/designs?workspace_id=string"
{  "$schema": "https://example.com/api/v1/schemas/ListScreenshotTemplateDesignsOutputBody.json",  "can_edit": true,  "designs": [    {      "id": "string",      "revision": 0,      "template_id": "string",      "title": "string",      "updated_at": "2019-08-24T14:15:22Z",      "workspace_id": "string"    }  ],  "total": 0}