POST api/list/groupmatches/csv
Generates a csv file from group matches by property role id
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Lists.PropertyGroupMatchCsvCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
PropertyRoleId | integer |
None. |
|
ApplicantRoleIds | Collection of integer |
None. |
|
ExcludedApplicantRoleIds | Collection of integer |
None. |
|
Filter | Dezrez.Core.DataContracts.External.Api.Role.Query.Matches.RoleApplicantMatchFilterDataContract |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "PropertyRoleId": 1, "ApplicantRoleIds": [ 1, 2 ], "ExcludedApplicantRoleIds": [ 1, 2 ], "Filter": { "Grades": [ "sample string 1", "sample string 2" ], "FinancialStatus": [ "sample string 1", "sample string 2" ], "ExcludeMailoutDays": 1, "OwningTeamId": 1, "BranchIds": [ 1, 2 ], "IncludedRoleIds": [ 1, 2 ], "ExcludedRoleIds": [ 1, 2 ], "MinScore": 1 } }
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Job.Query.Get.JobInvocationDetailsDataContractName | Description | Type | Additional information |
---|---|---|---|
SupportsCancellation | boolean |
None. |
|
ReportsProgress | boolean |
None. |
|
InitialStatusText | string |
None. |
|
JobReference | globally unique identifier |
None. |
|
Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "SupportsCancellation": true, "ReportsProgress": true, "InitialStatusText": "sample string 3", "JobReference": "71437e0b-5808-46ab-a83d-2cde5c3c41b9", "Success": true }