Endpoint Templates
Authorizations
Path parameters
endpoint_templatestringRequired
The endpoint template identifier.
Query parameters
filter[name]stringOptional
Filter results by name.
filter[entity_type_id]stringOptional
Filter results by entity_type_id.
filter[store_as]stringOptional
Filter results by store_as.
filter[is_required]stringOptional
Filter results by is_required.
includestringOptional
Comma-separated list of relationships to include. Available: entityType
sortstringOptional
Sort field. Prefix with - for descending. Available: name, entity_type_id, store_as, is_required
pageinteger · min: 1OptionalDefault:
Page number for pagination.
1per_pageinteger · min: 1 · max: 100Optional
Number of results per page.
Responses
200
Successful response
application/json
401
Unauthenticated
403
Unauthorized
get
/api/v1/patchworks/endpoint-templates/{endpoint_template}/field-tagsLast updated
Was this helpful?