Connections call returns a category value of "array"
In my application, I might declare the following attributes together in a resource:
id:840035002
phase:full
phase:full
phase:new
Later, when I perform a Connections REST API call, my JSON output includes this:
"a":
{
"c":"visit_moonphase",
"v":"array"
}
That is the literal string "array" coming through the response.
How do I determine the value(s) of this attribute?
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Jim Fleming on 25 Jan, 2011 07:27 PM
Anthony, Where is 'visit_moonphase' coming from? How is the attribute constructed?
Thanks,
Jim
3 Posted by Anthony Edwards on 25 Jan, 2011 08:28 PM
Jim - My mistake. That "visit_moonphase" should read "phase". (I was trying to simplify my problem statement and clearly I cut-and-pasted without adjusted that part. In my data, the "phase" category is the "visit_moonphase" category.)
Perhaps I'm hedging where the problem is: when I specify the same attribute multiple times within the same resource segment, that seems to be where I get the value "array" back from my query.
Support Staff 4 Posted by Jim Fleming on 25 Jan, 2011 08:52 PM
Ingestion error - problem solved!
Jim Fleming closed this discussion on 25 Jan, 2011 08:52 PM.