Profiles and profiles kinds

Method: GET

profile kinds list

URL: /management/profile_kinds.json

PARAMETERS:

{

“profile_kinds_page”: “integer” # Pagination, starting on 1 (if 0 or null, no pagination)

}

RETURN:

{
“page”: “profile_kinds”,
“profile_kinds”: [
{
“Profile_kinds information”
}
],
“profile_kinds_pagination”: {
“current”: integer,
“last”: boolean
}
}

Method: PUT

profile kinds update

URL: /management/profile_kinds/id.json

PARAMETERS:

RETURN:

 

Method: delete

profile kinds destroy

URL: /management/profile_kinds/id.json

PARAMETERS:

RETURN:

 

Method: GET

profiles list

URL: /management/profiles.json

PARAMETERS:

{

“media_page”: “integer” # Pagination, starting on 1 (if 0 or null, no pagination)

}

RETURN:

{

“page”: “profiles”,

“profiles”: [

{

Profiles information

}

],
“profiles_pagination”: {
“current”: integer,
“last”: boolean
}
}

Method: PUT

profiles update

URL: /management/profiles/id.json

PARAMETERS:

RETURN:

 

Method: DELETE

profiles destroy

URL: /management/profiles/id.json