Chilkat Online Tools

Delphi (DLL) / New FreshBooks / List Services

Back to Collection Items

var

begin
CkHttp_putAuthToken(http,'<access_token>');success := CkHttp_QuickGetSb(http,'https://api.freshbooks.com/comments/business/{{businessid}}/services',sbResponseBody);


Curl Command

curl -X GET
	-H "Authorization: Bearer <access_token>"
https://api.freshbooks.com/comments/business/{{businessid}}/services

Postman Collection Item JSON

{
  "name": "List Services",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "https://api.freshbooks.com/comments/business/{{businessid}}/services",
      "protocol": "https",
      "host": [
        "api",
        "freshbooks",
        "com"
      ],
      "path": [
        "comments",
        "business",
        "{{businessid}}",
        "services"
      ]
    }
  },
  "response": [
  ]
}