List Applications
Returns a list of applications matching the input parameters. The results can be filtered by project, state, type and name. It can be sorted by id, name, creation date, change date or state.
Required permissions:
- project.app.read
Header Parameters
Define the version of the Connect protocol
1Define the timeout, in ms
Request Body
application/json
Pagination and sorting.
"APPLICATION_SORT_BY_ID" | "APPLICATION_SORT_BY_NAME" | "APPLICATION_SORT_BY_STATE" | "APPLICATION_SORT_BY_CREATION_DATE" | "APPLICATION_SORT_BY_CHANGE_DATE"Criteria to filter the applications. All provided filters are combined with a logical AND.
Response Body
application/json
application/json
curl -X POST "https://loading/zitadel.application.v2.ApplicationService/ListApplications" \ -H "Connect-Protocol-Version: 1" \ -H "Content-Type: application/json" \ -d '{}'{
"applications": [
{
"applicationId": "string",
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"state": "APPLICATION_STATE_UNSPECIFIED",
"name": "string",
"projectId": "string",
"apiConfiguration": {
"clientId": "string",
"authMethodType": "API_AUTH_METHOD_TYPE_BASIC"
}
}
],
"pagination": {
"totalResult": 0,
"appliedLimit": 0
}
}{
"code": "not_found",
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}Was this page helpful?
List Application Keys
List Application Keys: Returns a list of application keys matching the input parameters. The result can be sorted by id, aggregate, creation date, expiration date, resource owner or type. It can also be filtered by appli...
Reactivate Application
Reactivate Application: Reactivates the application belonging to the input project and matching the provided application ID. Required permissions: