listOrganizations
get
/ccstore/v1/organizations
List Organizations. This operation is used to get the collection of customer organizations from Oracle Commerce Cloud. It can also be used to return the list on a searched string and in a sorted order against various properties of organization.Optionally takes the X-CCOrganization header to specify current Organization id of logged in user.
Request
Supported Media Types
- application/json
Query Parameters
- limit
-
Type:
stringThis is the field to determine number of records to be fetched per REST call.- offset
Type:stringThis field determines the offset/starting index from which data to be fetched.- q
Type:stringQuery string built as per the SCIM standards that helps to search entered string across account properties like 'name'.- sort
Type:stringThis field determines the sort order of the list to be fetched.Response
Supported Media Types- application/json
200 ResponseFollowing model is returned when operation succeeds.BodyRoot Schema : listOrganizations_response- items
-
Type:
arrayitemslist of organizations - limit
-
Type:
stringNumber of records to be fetched. - offset
-
Type:
stringThe offset provided. - total
-
Type:
stringTotal number of records present in database matching the searched string. - totalResults
-
Type:
stringTotal number of records present in database matching the searched string.
Nested Schema : itemsType:object- active
-
Type:
booleanActive status of an Organization. Should be true or false. By default the value is set to true - approvalRequired
-
Type:
booleanApproval flag is required for the organization, by default it is set to false - billingAddress
-
Type:
objectbillingAddressThe default billing address for the Organization. This a read only attribute. This will come if property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute. - description
-
Type:
stringDescription for Organization - id
-
Type:
stringId of the Organization - name
-
Type:
stringThe name for Organization - organizationLogo
-
Type:
stringFile path of organization logo. - repositoryId
-
Type:
stringrepository Id of the Organization - secondaryAddresses
-
Type:
arraysecondaryAddressesList of all the addresses associated with an Organization, if property like 'isDefaultShippingAddress' or 'isDefaultBillingAddress' is set to 'true', then in response the same address will come as a separate attribute with name 'shippingAddress' or 'billingAddress'. - shippingAddress
-
Type:
objectshippingAddressThe default shipping address for the Organization. This a read only attribute. This will come if property 'isDefaultShippingAddress' is set to 'true' in secondaryAddresses attribute.
Nested Schema : billingAddressType:objectThe default billing address for the Organization. This a read only attribute. This will come if property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute.- address1
-
Type:
stringthe address1 of the address - address2
-
Type:
stringthe address2 of the address - city
-
Type:
stringthe city of the address - companyName
-
Type:
stringthe company name of the address - country
-
Type:
stringthe country of the address - phoneNumber
-
Type:
stringthe phone Number of the address - postalCode
-
Type:
stringthe postal Code of the address - repositoryId
-
Type:
stringrepository Id of the address - state
-
Type:
stringthe state of the address
Nested Schema : secondaryAddressesType:arrayList of all the addresses associated with an Organization, if property like 'isDefaultShippingAddress' or 'isDefaultBillingAddress' is set to 'true', then in response the same address will come as a separate attribute with name 'shippingAddress' or 'billingAddress'.Nested Schema : shippingAddressType:objectThe default shipping address for the Organization. This a read only attribute. This will come if property 'isDefaultShippingAddress' is set to 'true' in secondaryAddresses attribute.- address1
-
Type:
stringthe address1 of the address - address2
-
Type:
stringthe address2 of the address - city
-
Type:
stringthe city of the address - companyName
-
Type:
stringthe company name of shipping address - country
-
Type:
stringthe country of the address - phoneNumber
-
Type:
stringthe phone Number of the company address - postalCode
-
Type:
stringthe postal Code of the address - repositoryId
-
Type:
stringrepository Id of the address - state
-
Type:
stringthe state of the address
Nested Schema : itemsType:object- address
-
Type:
objectaddressAddress created for the Organization. - addressType
-
Type:
stringAddress type represents nick name of account if present else repository ID of address item.
Nested Schema : addressType:objectAddress created for the Organization.- address1
-
Type:
stringThe address1 of the secondary address - address2
-
Type:
stringThe address2 of the secondary address - city
-
Type:
stringThe city of the secondary address - companyName
-
Type:
stringCompany name of the secondary address - country
-
Type:
stringThe country of the address - phoneNumber
-
Type:
stringPhone Number of the address - postalCode
-
Type:
stringPostal Code of the address - repositoryId
-
Type:
stringrepository Id of the address - state
-
Type:
stringThe State of the address
Example application/json
{ "total":1, "totalResults":1, "offset":0, "limit":1, "lastPublishedTime":-1, "links":[ { "rel":"self", "href":"http://localhost:8080/ccstoreui/v1/organizations?members=bb-110034" } ], "sort":[ { "property":"name", "order":"asc" } ], "items":[ { "name":"National Discount Auto Parts", "repositoryId":"or-100001", "active":true, "id":"or-100001" } ], "___etag___":"eyJ2ZXJzaW9uIjowLCJ1cmkiOiJvcmdhbml6YXRpb25zL2xpc3QiLCJoYXNoIjoiaWhxdkFRPT0ifQ==" }Default ResponseThe error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |100070|Invalid Query Expression.| |10002|The value x for parameter 'y' is invalid. 'y' can be 'limit', 'offset' or 'sort'.| |100018|If invalid input is passed.| |100019|If there was any internal error while getting organizations list.|BodyRoot Schema : errorModelType:object- devMessage
-
Type:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - errors
-
Type:
arrayerrorsAn optional list of errors if multiple errors were encountered - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code - type
-
Type:
stringThe URI to the HTTP state code definition
Nested Schema : errorsNested Schema : itemsType:object- devMessage
-
Type:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code
Examples
Sample Response Payload returned by endpoint:
{ "total": 1, "totalResults": 1, "offset": 0, "limit": 1, "lastPublishedTime": -1, "links": [{ "rel": "self", "href": "http://localhost:8080/ccstoreui/v1/organizations?members=bb-110034" }], "sort": [{ "property": "name", "order": "asc" }], "items": [{ "name": "National Discount Auto Parts", "repositoryId": "or-100001", "active": true, "id": "or-100001" }], "___etag___": "eyJ2ZXJzaW9uIjowLCJ1cmkiOiJvcmdhbml6YXRpb25zL2xpc3QiLCJoYXNoIjoiaWhxdkFRPT0ifQ==" }