Clipform
Dynamic Links

List dynamic links

Lists a workspace's dynamic links, oldest first, including any orphaned by a deleted form.

GET
/workspaces/{workspaceId}/dynamic-links

Authorization

bearerAuth
AuthorizationBearer <token>

API key (cf_*) passed as Bearer token

In: header

Path Parameters

workspaceId*string

Query Parameters

unattached?string

Set to "true" to return only unattached (free) links with no form_id; any other value or omission lists all.

Response Body

application/json

application/json

curl -X GET "https://example.com/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/dynamic-links"
{  "dynamic_links": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "public_id": "string",      "name": "string",      "form_id": "46af4ef5-2c18-4098-9bc5-c048fb90b843",      "form": {        "share_id": "string",        "title": "string"      },      "created_at": "2019-08-24T14:15:22Z",      "updated_at": "2019-08-24T14:15:22Z"    }  ]}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}