Cross Reference Lookup Templates

List Cross Reference Lookup Templates

get

Retrieves a paginated list of cross reference lookup templates. Can be filtered by name, hidden_from_marketplace, visible_for_marketplace, and private.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Query parameters
filter[name]stringOptional

Filter results by name.

filter[hidden_from_marketplace]stringOptional

Filter results by hidden_from_marketplace.

filter[visible_for_marketplace]stringOptional

Filter results by visible_for_marketplace.

filter[private]stringOptional

Filter results by private.

filter[visibility]stringOptional

Filter results by visibility.

includestringOptional

Comma-separated list of relationships to include. Available: crossReferenceLookupValueTemplates

sortstringOptional

Sort field. Prefix with - for descending. Available: name

pageinteger · min: 1Optional

Page number for pagination.

Default: 1
per_pageinteger · min: 1 · max: 100Optional

Number of results per page.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/patchworks/cross-reference-lookup-templates

Download Cross Reference Lookup Template

get

Triggers the download of a specific cross reference lookup template as a CSV file with left_value and right_value columns. The file is added to the File Downloads section in General Settings.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
cross_reference_lookup_templatestringRequired

The cross reference lookup template identifier.

Responses
chevron-right
200

Successful response

application/json
objectOptional
get
/api/v1/patchworks/cross-reference-lookup-templates/{cross_reference_lookup_template}/download

Last updated

Was this helpful?