lawrence-ytz Posted November 24, 2014 Report Posted November 24, 2014 I'm having trouble accessing only the value for client_id in the response, is there a way to return and store only the client_id of the response in a string?
Tyson Posted November 24, 2014 Report Posted November 24, 2014 On 11/24/2014 at 5:35 PM, lawrence-ytz said: I'm having trouble accessing only the value for client_id in the response, is there a way to return and store only the client_id of the response in a string? I'm not sure I understand the question. If you take a look at the API, the return values are listed for each method. e.g. Clients::create would return an object, of which the client ID is the "id" property of the resulting object. Clients:add simply returns the integer ID of the client.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now