Mass edit job collection
The Mass Edit Job Collection Resource contains all of the mass edit jobs present in the system. This resource is also used to post new mass edit jobs. Methods supported: GET, HEAD, POST
GET /api/massedits{?state,skip,take}
Returns a Mass Edit Job Collection Object that contains the collection of all mass edit jobs in the system.
Optionally, add a state filter to only return jobs that match the specified state.
Chunking
If there are more jobs than can fit in a single chunk, a link is included to retrieve the next chunk.
Ranging
Use the take parameter to return the specified number of jobs (up to 100). Use the skip parameter to further determine which range of jobs is returned.
Example request:
Example response:
POST /api/massedits
Creates a mass edit job. A complete Create Mass Edit Job Request object is expected in the body. Success is indicated by a 201 Created response, where a Location header contains the URL of the newly created resource. Use the massedits endpoint to refresh renditions or create public links. The response is the same for all examples.
Example request for standard mass edit:
Example request for refresh renditions:
Example request for creating mass public links:
Example response: