Invalid ticket id with getFields
Hi,
I am new to the API world and I am trying to make a getFields on the Accounts to see which fields I can use.
I have tried the following values with my auth token:
This works fine and give me the list of leads.
Now if I try this:
or
I obtain the below result. Could you explain why?
- <?xml version="1.0" encoding="UTF-8"?>
- <response uri="/crm/private/xml/Leads/getFields">
- <error>
- <code>4834</code>
- <message>Invalid Ticket Id</message>
- </error>
- </response>