Search for TOU statements associated with a TOU
GET {{stripeUrl}}/admin/v1/TermsOfUseStatements?filter=termsOfUse.value eq "{{termsofusesid}}"
Use this example to search for terms of use statements associated with a specific terms of use.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Date | string |
RESPONSES
status: OK
{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":2,"Resources":[{"idcsLastModifiedBy":{"value":"006ee45fc7b04d0ab2649d643d8fec42","type":"App","display":"OAuth Client","$ref":"https://tenant-base-url/admin/v1/Apps/006ee45fc7b04d0ab2649d643d8fec42"},"meta":{"created":"2018-10-18T21:25:48.323Z","lastModified":"2018-10-18T21:25:48.323Z","resourceType":"TermsOfUseStatement","location":"https://tenant-base-url/admin/v1/TermsOfUseStatements/334e7ad1b11440c28662ecc517cce5cb"},"idcsCreatedBy":{"type":"App","display":"OAuth Client","value":"006ee45fc7b04d0ab2649d643d8fec42","$ref":"https://tenant-base-url/admin/v1/Apps/006ee45fc7b04d0ab2649d643d8fec42"},"locale":"ja","statement":"This statement describes the information we process to support our products and features offered by our products. To provide our products to you, we must process information about you. The type of information that we collect depends on how you use our products. More Terms of Use statement content......","id":"334e7ad1b11440c28662ecc517cce5cb","schemas":["urn:ietf:params:scim:schemas:oracle:idcs:TermsOfUseStatement"]},{"idcsLastModifiedBy":{"value":"006ee45fc7b04d0ab2649d643d8fec42","type":"App","display":"OAuth Client","$ref":"https://tenant-base-url/admin/v1/Apps/006ee45fc7b04d0ab2649d643d8fec42"},"meta":{"created":"2018-10-18T21:26:57.894Z","lastModified":"2018-10-18T21:26:57.894Z","resourceType":"TermsOfUseStatement","location":"https://tenant-base-url/admin/v1/TermsOfUseStatements/fff70d58a3074617af01e0de8512423d"},"idcsCreatedBy":{"type":"App","display":"OAuth Client","value":"006ee45fc7b04d0ab2649d643d8fec42","$ref":"https://tenant-base-url/admin/v1/Apps/006ee45fc7b04d0ab2649d643d8fec42"},"locale":"zh-Hans","statement":"This statement describes the information we process to support our products and features offered by our products. To provide our products to you, we must process information about you. The type of information that we collect depends on how you use our products. More Terms of Use statement content......","id":"fff70d58a3074617af01e0de8512423d","schemas":["urn:ietf:params:scim:schemas:oracle:idcs:TermsOfUseStatement"]}],"startIndex":1,"itemsPerPage":50}