Connections call returns a category value of "array"

Anthony Edwards's Avatar

Anthony Edwards

24 Jan, 2011 05:12 PM via web

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?

  1. Support Staff 2 Posted by Jim Fleming on 25 Jan, 2011 07:27 PM

    Jim Fleming's Avatar

    Anthony, Where is 'visit_moonphase' coming from? How is the attribute constructed?
    Thanks,
    Jim

  2. 3 Posted by Anthony Edwards on 25 Jan, 2011 08:28 PM

    Anthony Edwards's Avatar

    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.

  3. Support Staff 4 Posted by Jim Fleming on 25 Jan, 2011 08:52 PM

    Jim Fleming's Avatar

    Ingestion error - problem solved!

  4. Jim Fleming closed this discussion on 25 Jan, 2011 08:52 PM.

Comments are currently closed for this discussion. You can start a new one.