TransferProfilesResource
The following resources are part of this group:
/transferProfiles
GET
Gets the transfer profiles.
Parameters
name | description | type | default |
---|---|---|---|
limit | the limit | query | |
offset | the offset | query | |
account | the account name to filter by | query | |
name | the idf name | query | |
isDefault | flag for is an idf enabled | query | |
version | (no documentation provided) | path |
Response Body
element: | transferProfiles |
the transfer profiles
POST
Creates the transfer profiles.
Parameters
name | description | type | default |
---|---|---|---|
version | (no documentation provided) | path |
Request Body
element: | transferProfiles |
the transfer profiles to create.
/transferProfiles/{id}
The following operations are supported on this resource:
GET
Gets a single transfer profile with the given id.
Parameters
name | description | type | default |
---|---|---|---|
id | the id. | path | |
version | (no documentation provided) | path |
Response Body
element: | transferProfile |
the transfer profile.
POST
Updates transfer profile properties.
Parameters
name | description | type | default |
---|---|---|---|
id | the transfer profile id. | path | |
version | (no documentation provided) | path |
Request Body
element: | transferProfile |
the transfer profile to update.
DELETE
Deletes a transfer profile.
Parameters
name | description | type | default |
---|---|---|---|
id | - the transfer profile id. | path | |
version | (no documentation provided) | path |