GET /organizations/{organization_id}/shares
Lists all organization shares.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
organization_id |
String | Yes |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
Integer | No |
Page number. |
order |
String | No |
Order shares by values in the given field. Possible values:
Default value: "created" |
direction |
String | No |
Direction to sort objects. Possible values:
Default value: "asc" |
per_page |
Integer | No |
Number of objects to return per page. |
status |
String | No |
Filter shares by status. Possible values:
|
kind |
String | No |
Filter shares by kind. Possible values:
|
target_type |
String | No |
Filter shares by target_type. Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.