Twitter Accounts
Twitter Accounts Documentation
Twitter Account [LIST]
Twitter Account [LIST]
Request
Endpoint
Body
Response
Headers
Body
Fields
data
Type
[Twitter Account]
Description An array of Twitter Accounts
Twitter Account [POST]
Twitter Account [POST]
Request
Endpoint
Body
Parameters
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
Required No
primary
Type
boolean
Description Whether or not this Twitter Account is the Person's primary account
Required No
remote_id
Type
integer
Description
The id
for this Twitter Account from Twitter.com (this will likely be null
)
Required No
screen_name
Type
string
Description The screen name for the Person's Twitter Account
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Required No
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
primary
Type
boolean
Description Whether or not this Twitter Account is the Person's primary account
remote_id
Type
integer
Description
The id
for this Twitter Account from Twitter.com (this will likely be null
)
screen_name
Type
string
Description The screen name for the Person's Twitter Account
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Twitter Account [GET]
Twitter Account [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
primary
Type
boolean
Description Whether or not this Twitter Account is the Person's primary account
remote_id
Type
integer
Description
The id
for this Twitter Account from Twitter.com (this will likely be null
)
screen_name
Type
string
Description The screen name for the Person's Twitter Account
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Twitter Account [PUT]
Twitter Account [PUT]
Request
Endpoint
Body
Parameters
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
Required No
overwrite
Type
boolean
Description
Only used for updating a record where you want to ignore the server's ' 'updated_in_db_at
value and force overwrite the values for the record. ' 'Must be true
to work.
Required No
primary
Type
boolean
Description Whether or not this Twitter Account is the Person's primary account
Required No
remote_id
Type
integer
Description
The id
for this Twitter Account from Twitter.com (this will likely be null
)
Required No
screen_name
Type
string
Description The screen name for the Person's Twitter Account
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Required No
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
primary
Type
boolean
Description Whether or not this Twitter Account is the Person's primary account
remote_id
Type
integer
Description
The id
for this Twitter Account from Twitter.com (this will likely be null
)
screen_name
Type
string
Description The screen name for the Person's Twitter Account
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Twitter Account [DELETE]
Twitter Account [DELETE]
Request
Endpoint
Body
Response
Headers
Body
Last updated