| isExpired | boolean or null Filters all expired shares from the results |
| page | integer <int32> Default: 1 Page number to retrieve (optional) (defaults to 1) |
| pageSize | integer <int32> Default: 50 Number of results to retrieve per page (optional) (defaults to 50) |
{- "data": [
- {
- "id": "string",
- "clientId": "string",
- "reference": "string",
- "expirationDateUtc": "2019-08-24T14:15:22Z",
- "consentIds": [
- "string"
], - "accountIds": [
- "string"
], - "analysisIds": [
- "string"
]
}
], - "_pagination": {
- "page": 0,
- "size": 0,
- "totalCount": 0,
- "totalPages": 0
}
}The share model used to create a new share
| clientId required | string The EnableNow ClientId of the app to share with |
| reference | string or null The external reference of this share |
| expirationDateUtc | string or null <date-time> The expiration date of this share. (defaults to 1 day from now) |
| consentIds | Array of strings or null <guid> [ items <guid > ] An array of EnableNow Consent identifiers to share |
| accountIds | Array of strings or null <guid> [ items <guid > ] An array of EnableNow Account identifiers to share |
| analysisIds | Array of strings or null <guid> [ items <guid > ] An array of EnableNow Analysis identifiers to share |
{- "clientId": "string",
- "reference": "string",
- "expirationDateUtc": "2019-08-24T14:15:22Z",
- "consentIds": [
- "string"
], - "accountIds": [
- "string"
], - "analysisIds": [
- "string"
]
}{- "data": "string"
}| shareId required | string <guid> The EnableNow identifier of the share |
{- "data": {
- "id": "string",
- "clientId": "string",
- "reference": "string",
- "expirationDateUtc": "2019-08-24T14:15:22Z",
- "consentIds": [
- "string"
], - "accountIds": [
- "string"
], - "analysisIds": [
- "string"
]
}
}| shareId required | string <guid> The EnableNow identifier of the share |
The share model used to update the share
| expirationDateUtc | string or null <date-time> The expiration date of this share. (defaults to 1 day from now) |
{- "expirationDateUtc": "2019-08-24T14:15:22Z"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "traceId": "string",
- "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}| shareId required | string <guid> The EnableNow identifier of the share |
{- "type": "string",
- "title": "string",
- "status": 0,
- "traceId": "string",
- "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}