Response [200 Ok]
| Uri | /api/v2/cart!users |
|---|---|
| UriDescription | List Cart Users |
| EndpointType | CartUsers |
| Locator | User |
| LocatorType | Objects |
Request
| Uri | /api/v2/cart!users |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/cart!users"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
],
"Notes": [
"_multiargs does not work at this endpoint"
]
},
"Response": {
"Uri": "/api/v2/cart!users",
"Locator": "User",
"LocatorType": "Objects",
"UriDescription": "List Cart Users",
"EndpointType": "CartUsers",
"Timing": {
"Total": {
"time": 0.03011,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}