Posts Tagged ‘Web Service’
Tech Tuesday: Using Variables in a Web Service Action Endpoint
Many web services require the use of a path parameter to complete a request. For example, the Teamwork Add Time Entry endpoint requires a project id to be able to add time an invoice: base_url/invoices/{id}/lineitems.json. If we entered the project id path parameter directly in the url, the endpoint will only work for one project.…
[Read More]