System Types

List System Types

get

Retrieves a paginated list of system types (such as eCommerce, ERP, and Accounting). In the Patchworks dashboard, a system is known as a connector.

Authorizations
AuthorizationstringRequired

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

Query parameters
includestringOptional

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

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/system-types

Get System Type

get

Retrieves the details of a specific system type. In the Patchworks dashboard, a system is known as a connector.

Authorizations
AuthorizationstringRequired

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

Path parameters
system_typestringRequired

The system type identifier.

Query parameters
includestringOptional

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

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/system-types/{system_type}

Last updated

Was this helpful?