Get Next Item Order¶
Get next item order.
Resource Information¶
This service uses the tomcat application on port 8080 by default. To see a list of default ports click here
The context for this API is /studio, please prefix the API URLs with this context.
| HTTP Verb | GET | 
| URL | /api/1/services/api/1/content/get-next-item-order.json | 
| Response Formats | JSON | 
| Required Role | N/A | 
Parameters¶
| Name | Type | Required | Description | 
|---|---|---|---|
| site_id | String | ✓ | Site to use | 
| parentpath | String | ✓ | Path of the parent item | 
Example¶
Request¶
GET .../api/1/services/api/1/content/get-next-item-order.json?site_id=mysite&path=/site/website/index.xml
Response¶
Status 200 OK
{
    "nextValue": 1000
}
Responses¶
| Status | Location | Response Body | 
|---|---|---|
| 200 | See example above. |