AdminOrganizationsGetResponse GetAdminOrganizations(ctx, optional)
This provides a list of organizations
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *GetAdminOrganizationsOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetAdminOrganizationsOpts struct
| Name | Type | Description | Notes |
|---|
| xCorrelationId | optional.String | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | |
| offset | optional.Int64 | the number of data to skip before getting the result set | |
| limit | optional.Int64 | the number of items to return. | [default to 10] |
| organizationID | optional.Interface of string | Filter by organizationID | |
| organizationName | optional.String | Filter by organizationName | |
| orderBy | optional.String | The value should be in [organizationName, organizationID, createdTime, basePriority, failed, complete] | |
| direction | optional.String | DESC/ ASC | |
| startTime | optional.String | Filter by jobStatusCount with startTime | |
| endTime | optional.String | Filter by jobStatusCount with endTime | |
Return type
AdminOrganizationsGetResponse
Authorization
api_key
- Content-Type: Not defined
- Accept: application/json