Facebook Accounts
Facebook Accounts Documentation
Facebook Account [LIST]
Facebook Account [LIST]
Request
Endpoint
Body
Response
Headers
Body
Fields
data
Type
[Facebook Account]
Description An array of Facebook Accounts
Facebook Account [POST]
Facebook Account [POST]
Request
Endpoint
Body
Parameters
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
Required No
first_name
Type
string
Description The first name of the Facebook Account
Required No
last_name
Type
string
Description The last name of the Facebook Account
Required No
remote_id
Type
string
Description The ID of the Facebook Account in the remote system
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
username
Type
string
Description The username of the Facebook Account in the remote system
Required No
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
first_name
Type
string
Description The first name of the Facebook Account
last_name
Type
string
Description The last name of the Facebook Account
remote_id
Type
string
Description The ID of the Facebook Account in the remote system
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.
username
Type
string
Description The username of the Facebook Account in the remote system
Facebook Account [GET]
Facebook Account [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
first_name
Type
string
Description The first name of the Facebook Account
last_name
Type
string
Description The last name of the Facebook Account
remote_id
Type
string
Description The ID of the Facebook Account in the remote system
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.
username
Type
string
Description The username of the Facebook Account in the remote system
Facebook Account [PUT]
Facebook Account [PUT]
Request
Endpoint
Body
Parameters
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
Required No
first_name
Type
string
Description The first name of the Facebook Account
Required No
last_name
Type
string
Description The last name of the Facebook Account
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
remote_id
Type
string
Description The ID of the Facebook Account in the remote system
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
username
Type
string
Description The username of the Facebook Account in the remote system
Required No
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
first_name
Type
string
Description The first name of the Facebook Account
last_name
Type
string
Description The last name of the Facebook Account
remote_id
Type
string
Description The ID of the Facebook Account in the remote system
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.
username
Type
string
Description The username of the Facebook Account in the remote system
Facebook Account [DELETE]
Facebook Account [DELETE]
Request
Endpoint
Body
Response
Headers
Body
Last updated