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 13 Next »

Description

Returns the access matching the ID specified.

HTTP methodURI scheme
GET/server/access/{accessId}

Parameters

TypeNameDescriptionQualificationSchema
Path

accessId

The ID of the access to get.

Required

string

Responses

HTTP codeCommon messagesDescriptionSchema
200

The access matching the ID.

Access

400The 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

TypeName
apiKeyKey
  • No labels