Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

Description

Returns the access matching the ID specified.

HTTP method

URI scheme

GET

/server/access/{accessId}

Parameters

Type

Name

Description

Qualification

Schema

Path

accessId

The ID of the access to get.

Required

string

Responses

HTTP code

Common messages

Description

Schema

200


The access matching the ID.

Access

400

The application with the specified key could not be found


String

Invalid role ID format

This error message is returned when

  • a global ID on the path section of the URL is not in the correct format.


It is not necessarily related to a role and its ID.


String

Unknown error

This error message is returned when

  • the supplied accessId is not known.

String

Security

Type

Name

apiKey

Key


  • No labels