services/pricelists/{plid}/services/list
These methods let you find and filter pricelist services from any pricelist in the system.
URL
There are many endpoints for various operations. The most commonly used are printed below - Check the detailed documentation on this page.
(POST) /api/services/pricelists/{plid}/services/list (list services with main fields)
(POST) /api/services/pricelists/{plid}/services/list/full (list services with all fields)
(GET) /api/services/pricelists/{plid}/services/list/fields (get a list of field names and descriptions)
The /listĀ API methods are used all over the place such as for finding projects, jobs, companies, people, prices etc. The (very) powerful features are the same in all cases. It is definitely worth looking beyond the most basic features.
The documentation below is generic. Please do not forget to set the specific end point for the present API method:
NOTE: Replace */list by /api/services/pricelists/{plid}/services/list in the URLs of the documentation below.
PARAMETERS
URL parameters are:
plid | The price list ID | Integer, Mandatory |
This query searches items in status "1" and with a reference starting with "ax": The following methods are available to search, count, print and aggregate your data. 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. Please keep in mind that your access rights entirely decide on the data and the field values you can retrieve. With limited rights you may not see all the jobs or projects etc., but just yours. With limited rights you may not see some customer details or other user profile dependent information. Access rights are exactly the same as in the Wordbee Translator system. See also: Access RightsGETTING STARTED
(POST) */list
HTTP BODY: { "query": '{status} = 1 AND {reference}.StartsWith("ax")' }
URLS
Querying data */list
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 ACCESS RIGHTS
Copyright Wordbee - Buzzin' Outside the Box since 2008