Search an app for the WebTier Policy by app name
GET {{stripeUrl}}/admin/v1/Apps?filter=name+eq+%22{{app_name}}%22&attributes=displayName,urn:ietf:params:scim:schemas:oracle:idcs:extension:webTierPolicy:App:webTierPolicyJson
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | ||
attributes | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Date | string | ||
Content-Type | string |
RESPONSES
status: OK
{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":0,"Resources":[],"startIndex":1,"itemsPerPage":50}