WorldServer - How to get a list of projects with specific wording in the title using API calls and developer tools
000020702|6/16/2023 11:41 PM
Scope/Environment
WorldServer
Symptoms/Context
How to get a list of projects with specific wording in the title using API calls and developer tools?
Resolution
To get a list of projects using API calls and developer tools we can follow these steps:
Open your browser and go to WorldServer's URL, open the browser's developer tools by pressing F12, and go to the Network tab:
In the WorldServer UI, go to the Projects tab and use a filter to get the desired projects and in the developer tools look for search?fields... cell:
In the Headers tab we can see the type of request made (POST, GET, etc.):
And in the Payload tab we can see the query that was made:
With this information, we can now make API calls and get the desired information (see this link for more information about WorldServer's REST API: Documentation):