Get Application Info
Provides for a specified application the corresponding developer subscription information
Query Parameters
- clientId string
AAD-client id of the application
Responses
- 200
- 400
- 401
Successful
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
data object
Application information
applicationId uuidApplication id
subscriptionId uuid nullableCorresponding developer subscription id
subscriptionName string nullableCorresponding developer subscription name
{
"data": {
"applicationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subscriptionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subscriptionName": "string"
}
}
- Schema
- Example (from schema)
Schema
data object
Application information
applicationId uuidApplication id
subscriptionId uuid nullableCorresponding developer subscription id
subscriptionName string nullableCorresponding developer subscription name
{
"data": {
"applicationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subscriptionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subscriptionName": "string"
}
}
- Schema
- Example (from schema)
Schema
data object
Application information
applicationId uuidApplication id
subscriptionId uuid nullableCorresponding developer subscription id
subscriptionName string nullableCorresponding developer subscription name
{
"data": {
"applicationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subscriptionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subscriptionName": "string"
}
}
Bad request
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
- message string nullable
- details string[] nullable
{
"message": "string",
"details": [
"string"
]
}
- Schema
- Example (from schema)
Schema
- message string nullable
- details string[] nullable
{
"message": "string",
"details": [
"string"
]
}
- Schema
- Example (from schema)
Schema
- message string nullable
- details string[] nullable
{
"message": "string",
"details": [
"string"
]
}
Unauthorized
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
- message string nullable
- details string[] nullable
{
"message": "string",
"details": [
"string"
]
}
- Schema
- Example (from schema)
Schema
- message string nullable
- details string[] nullable
{
"message": "string",
"details": [
"string"
]
}
- Schema
- Example (from schema)
Schema
- message string nullable
- details string[] nullable
{
"message": "string",
"details": [
"string"
]
}
Loading...