osapi.jive.corev3.people.ProfileImage
Represents a Jive user's profile image. An example JSON representation looks like this:
{ "type" : "profileImage", "status" : "published", "index" : 1, "ref" : "https://example.jiveon.com/api/core/v3/people/1/images/1/data", "contentType" : "image/png", "published" : "2012-07-14T00:11:28.916+0000", "updated" : "2012-07-14T00:11:28.916+0000", "id" : "2001", "resources" : { "self" : { "ref" : "https://example.jiveon.com/api/core/v3/people/1/images/1", "allowed" : [ "GET", "DELETE", "POST" ] } } }
Properties
Property | Type | Mode † | Description |
---|---|---|---|
followerCount | Integer | read-only | ↑ Number of people following this object. Availability:Will be present only for object types that support being followed. |
id | String | read-only | ↑ Identifier (unique within an object type and Jive instance) of this object. This field is internal to Jive and should not be confused with contentID or placeID used in URIs. |
likeCount | Integer | read-only | ↑ Number of people who have liked this object. Availability:Will be present only for object types that support being liked. |
published | ISO 8601 Date | read-only | ↑ Date and time this object was originally created. |
ref | Object | read-only | ↑ URI of this profile image. The bits of the image are returned. |
resources | Object | read-only | ↑ Resource links (and related permissions for the requesting person) relevant to this object. |
| String[] | optional | ↑ Tags associated with this object. Availability:Will be present only for object types that support tags |
type | String | read-only | ↑ |
updated | ISO 8601 Date | read-only | ↑ Date and time this object was most recently updated. |
Methods
get(options)
GET /people/1234/images/1
Retrieves
ProfileImage
Description
Return an updated version of this image.
Options:
Name | Type | Required | Description |
---|---|---|---|
fields | String | false | The names of the fields to be returned |
Retrieves:
toURI()
Retrieves
String