Skip to content

Instantly share code, notes, and snippets.

@mdybizbanski
Created November 16, 2015 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdybizbanski/d22e5bd44028934cd2b0 to your computer and use it in GitHub Desktop.
Save mdybizbanski/d22e5bd44028934cd2b0 to your computer and use it in GitHub Desktop.
Insightly GET Tasks
RestClientRequest Object
(
[method] => GET
[url] => https://api.insight.ly/v2.1/Tasks
[parameters] => Array
(
)
[headers] => Array
(
[Authorization] => Basic xxxxxxx
)
[status] => 500
[responseHeaders] => Array
(
[status_text] => Internal
[status] => 500
[cache-control] => private
[content-type] => application/json; charset=utf-8
[server] => Microsoft-IIS/7.5
[date] => Mon, 16 Nov 2015 08:37:22 GMT
[content-length] => 36
[set-cookie] => snaptid=sac1prdc01ut05; path=/; HttpOnly; Secure
)
[response] => Array
(
[Message] => An error has occurred.
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment