Search Applications
Deprecated: Use ListApplications instead to list applications
Returns all applications within a project, that match the query.
Path Parameters
project_id*string
Request Body
application/json
query?
list limitations and ordering
queries?array<>
criteria the client is looking for
[key: string]?never
Response Body
application/json
curl -X POST "https://loading/projects/string/apps/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"totalResult": 0,
"processedSequence": 0,
"viewTimestamp": "2023-01-15T01:30:15.01Z"
},
"result": [
{
"id": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"state": "APP_STATE_UNSPECIFIED",
"name": "string",
"apiConfig": {
"clientId": "string",
"authMethodType": "API_AUTH_METHOD_TYPE_BASIC"
}
}
]
}Was this page helpful?
ResetPrivacyPolicyToDefault
Explore the ResetPrivacyPolicyToDefault operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
Search Domains
Search Domains: Deprecated: use [organization service v2 ListOrganizationDomains](/reference/api/org/zitadel.org.v2.OrganizationService.ListOrganizationDomains) instead. Returns the list of registered domains of a...