Skip to content

List instances

View as Markdown
get /api/organizations/{organizationId}/instances

List instances accessible within an organization.

Returns the paginated collection of instances accessible to the authenticated partner within an organization. Filter by name or handle, and order by any of the listed fields.

Path parameters

NameTypeRequiredDescription
organizationIdstringrequiredOrganizationInstancesResource identifier

Query parameters

NameTypeRequiredDescription
namestring-Partial case-insensitive search on the instance name. Combined as AND with handle when both are provided.
handlestring-Partial case-insensitive search on the instance handle. Combined as AND with name when both are provided.
order[name]string-Sort by name. Values: asc, desc.
order[handle]string-Sort by handle. Values: asc, desc.
order[createdAt]string-Sort by creation date. Values: asc, desc. Default order when no order parameter is provided: createdAt desc.
order[updatedAt]string-Sort by last update date. Values: asc, desc.
pageinteger-The collection page number
itemsPerPageinteger-The number of items per page

Response

200 - OrganizationInstancesResource collection

PropertyTypeRequiredDescription
totalItemsinteger-
searchobject-
Show search fields
PropertyTypeRequiredDescription
@typestring-
templatestring-
variableRepresentationstring-
mappingobject[]-
Show mapping fields
PropertyTypeRequiredDescription
@typestring-
variablestring-
propertystring | null-
requiredboolean-
viewobject-
Show view fields
PropertyTypeRequiredDescription
@idstring-
@typestring-
firststring-
laststring-
previousstring-
nextstring-
memberOrganizationInstancesResource[]required
Show member fields
PropertyTypeRequiredDescription
@contextobject-
@idstringrequired
@typestringrequired
idstring | null-Unique identifier of the instance.
namestring | null-Human-readable display name of the instance.
handlestring | null-Stable, URL-safe identifier of the instance. Used as the tenant subdomain when addressing the per-instance product services (e.g. https://acme-eu.product-management.flowkiwi.net). Lowercase letters and hyphens only, no leading or trailing hyphen, unique across all instances.
created_atstring | null-Date and time the instance was created (ISO 8601, UTC).
updated_atstring | null-Date and time the instance was last updated (ISO 8601, UTC).
organization_idstring | null-Identifier of the organization that currently owns the instance.
created_by_organization_idstring | null-Identifier of the organization that originally created the instance. Immutable, it does not change when the instance is transferred to another organization.

Errors

403 - Forbidden

PropertyTypeRequiredDescription
@contextobject-
@idstringrequired
@typestringrequired
titlestring | null-A short, human-readable summary of the problem.
detailstring | null-A human-readable explanation specific to this occurrence of the problem.
statusnumber | null-
instancestring | null-A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
typestring-A URI reference that identifies the problem type