Get Authorization
GET
/v1/operations/{aslId}/laanc/authorizations/{id}Last modified: a month ago
Scope: laanc:read
This method will return a single LAANC Authorization specified by the id
path parameter.
Request
Parâmetros Path
aslId
string
requerido
UUID of the parent Airspace Link global operation
id
string
requerido
ID of the authorization
Request samples
Respostas
OK(200)
Forbidden(403)
Record Not Found(404)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
A successful response.
Esquema de Dados
No schema defined
Exemplo
Not configured
Last modified: a month ago