Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Gets the word count details for jobs in all or selected languages.


NOTE: Replace */list by /api/jobs/wordcounts/list in the URLs below.

URLS

The following methods are available to search, count, print and aggregate your data.

Querying data

*/list

Retrieve and query items with all or selected fields. Supports pagination.

Parameters like query string, data fields and pagination are included in the request body.


Read more
*/list/full
Same as above but systematically includes all data fields in the results.Read more
*/list/count
Same as above but returns just the grand total of jobs matching filter criteria.Read more
*/list/aggregations
Get statistics such as total items per status or other criteria. Gain insight into data.Read more  
*/list/items/{id}
Get all fields for a specific item.Read more



Field details

*/list/fields
Get list of data fields with name, description, data type and more information.Read more



Reports

*/list/print
Download filtered data to EXCEL, XML or JSON.Read more 



Advanced methods

*/list/autocomplete
Implement auto complete functionality for selected data fields.Read more
*/list/queries/*
Load and save queries for later reuse.Read more
*/list/layouts/*
Load and save list/filter layouts for later reuse.Read more

JOB IDS

A job has a unique id which is a string of the following format:

  • "c{number}" : A Codyt job. Examples: c3302, c102...
  • "s{number}" : A Standard job. Examples: s223, s994

The number in this identifier is a sequential number specific to either Codyt or Standard.




  • No labels