/
Persons List (Object)

Persons List (Object)

A JSON object that represents a comment of a segment or document.

PROPERTIES

The object name is "persons". Each key is an underscore-prefixed person/user ID.

"persons": {
    "_7": { person #7 ... }
"_22": { person #22 ... }
A person's properties are:
nmFull name of personstring
id

Id of person.

int

cnm

Company of person

string
cidCompany idint

 

EXAMPLES

This is how an object containing two people may look like:

"persons": {
    "_7": {
      "id": 7,
      "nm": "Stephan",
      "cid": 1,
      "cnm": "Tradubee"
    },
    "_3": {
      "id": 3,
      "nm": "Thierry",
      "cid": 1,
      "cnm": "Freelancebee"
    }

 

 

 

Related content

Team Member (Object)
Team Member (Object)
More like this
persons/{uid}
persons/{uid}
More like this
resources/comments
resources/comments
More like this
Person update result (Object)
Person update result (Object)
More like this
jobs/{id}/action/reassign-person
jobs/{id}/action/reassign-person
More like this
Comment (Object)
Comment (Object)
More like this

Copyright Wordbee - Buzzin' Outside the Box since 2008