For the complete documentation index, see llms.txt. This page is also available as Markdown.

Security | Authorization

List the authorization requests that you have submitted or for which you are responsible

get

Authorization requests are requests by a user or customer for certain permission grant. Please check type definitions for current supported cases.

Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Query parameters
requestingCompaniesinteger · int32[]Optional

Filter by one or more requesting company ids.

typesstring[]Optional

Filter by one or multiple specific types

statusstring[]Optional

Filter by one or multiple specific statuses

createdAfterstring · date-timeOptional

Filter the requests created after the specified date.

sortBystring · enumOptional

Sort the requests by a given criterion

Possible values:
sortOrderstring · enumOptional

Order in which the result of a list request is sorted.

Possible values:
offsetinteger · int32Optional

Specifies the index of the first item to return

Default: 0
limitinteger · int32Optional

Specifies the maximum number of items to return (min: 1; max: 1000)

Default: 100
Responses
200

OK: A list of authorization requests.

application/json
totalinteger · int32Required
get/v1/security/authorization-requests

Create an authorization request

post

Authorization requests are requests by a user or customer for certain permission grant. Please check type definitions for current supported cases.

Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Body
typestring · enumRequiredPossible values:
notestring · max: 10000 · nullableOptional

A note on the authorization request. Supports html formatted text including inline css styles.

Example: This is a <b>required permission</b>.
Responses
201

Created: The created authorization request.

application/json
typestring · enumOptionalPossible values:
statusstring · enumOptionalPossible values:
createdstring · date-timeOptional

The date and time the authorization request was created.

completedstring · date-time · nullableOptional

The date and time the authorization request was completed.

notestring · nullableOptional

A note on the authorization request. Supports html formatted text including inline css styles.

idinteger · int64Required

The identifier of the authorization request.

Example: 916
post/v1/security/authorization-requests

Retrieve a single authorization request by its id

get

Authorization requests are requests by a user or customer for certain permission grant. Please check type definitions for current supported cases.

Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Path parameters
requestIdinteger · int32Required

The identifier of the authorization request.

Responses
200

OK: The requested authorization request.

application/json
typestring · enumOptionalPossible values:
statusstring · enumOptionalPossible values:
createdstring · date-timeOptional

The date and time the authorization request was created.

completedstring · date-time · nullableOptional

The date and time the authorization request was completed.

notestring · nullableOptional

A note on the authorization request. Supports html formatted text including inline css styles.

idinteger · int64Required

The identifier of the authorization request.

Example: 916
get/v1/security/authorization-requests/{requestId}

Update an existing authorization request

patch

Authorization requests are requests by a user or customer for certain permission grant. Please check type definitions for current supported cases.

Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Path parameters
requestIdinteger · int32Required

The identifier of the authorization request.

Bodyobject · Operation[]
valueany · nullableOptional
pathstring · nullableOptional
opstring · nullableOptional
fromstring · nullableOptional
Responses
204

NoContent: Request has succeeded.

No content

patch/v1/security/authorization-requests/{requestId}

No content

Last updated

Was this helpful?