Multiposter


Click here for a complete list of operations.

GetApplicationsPaged

from GetApplicationsWithFiltersPaged

Paged version of GetApplications. Provides a mechanism to search for applications by job, job board or time on the database and return some basic information along with the ability to include source documents and parsed data.

HTTP POST with Content-Type: application/json

{ "Request": { "sCultureID": "", "sAPIKey": "string" ... }, "CurrentPage": 1, "RowsPerPage": 10, "OrderBy": "LastPostDate desc" }

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /JSON/Multiposter.asmx/GetApplicationsPaged HTTP/1.1
Host: api.logicmelon.com
Content-Type: application/json; charset=utf-8
Content-Length: length

{
  "Request": {
    "sCultureID": "string",
    "sAPIKey": "string",
    "sUsername": "string",
    "sUserIdentifier": "string",
    "sStartOrganisation": "string",
    "sAdvertIdentifier": "string",
    "sAdvertReference": "string",
    "sAdvertID": "string",
    "sSearchDays": "string",
    "Filters": [
      "NameValueFilter": [
        "Name": "string",
        "Value": "string",
        { "object": "object" },
        "ValueDateTime": Date(),
        "Comparitor": "Equals or StartsWith or EndsWith or Contains or LessThan or GreaterThan or LessThanDate or GreaterThanDate"
     },
      "NameValueFilter": [
        "Name": "string",
        "Value": "string",
        { "object": "object" },
        "ValueDateTime": Date(),
        "Comparitor": "Equals or StartsWith or EndsWith or Contains or LessThan or GreaterThan or LessThanDate or GreaterThanDate"
     }
    ],
    "DestinationsAsCSV": "string",
    "Destinations": [
      "string",
      "string"
    ],
    "sApplicationStartDateTime": "string",
    "ApplicationStartDateTime": Date(),
    "sApplicationEndDateTime": "string",
    "ApplicationEndDateTime": Date(),
    "Ranking": [
      "string",
      "string"
   },
    "ProgressID": [
      "string",
      "string"
   },
    "AdvertCandidateIDAsCSV": "string",
    "AdvertCandidateID": [
      "string",
      "string"
   },
    "bIncludeEmailBody": boolean,
    "bIncludeAttachment": boolean,
    "bIncludeParsed": boolean,
    "bIncludeEmail": boolean,
    "sLastScoreDate": "string",
    "LastScoreDate": Date(),
    "sLastProgressDate": "string",
    "LastProgressDate": Date(),
    "OrderBy": "string"
  },
  "CurrentPage": int,
  "RowsPerPage": int,
  "OrderBy": "string"
}
  
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

  
  "ApplicationPaged": [
    "PageCount": int,
    "PageIndex": int,
    "TotalItemCount": int,
    "Applications": [
      { "__type":"MPATSAPI.Models.APIApplication",
        "SchemaIdentifier": "string",
        "AdvertCandidateID": int,
        "AdvertID": int,
        "CandidateID": int,
        "PostingID": int,
        "FeedID": int,
        "FeedName": "string",
        "ApplicationDate": Date(),
        "EmailAddress": "string",
        "LastName": "string",
        "FirstName": "string",
        "HomePhone": "string",
        "WorkPhone": "string",
        "MobilePhone": "string",
        "Viewed": boolean,
        "Score": "short",
        "Ranking": "string",
        "ProgressID": int,
        "Progress": "string",
        "AdvertIdentifier": "string",
        "AdvertReference": "string",
        "AdvertTitle": "string",
        "UserID": int,
        "OrganisationID": int,
        "OrganisationName": "string",
        "Address": "string",
        "Archived": boolean,
        "Favourite": boolean,
        { "object": "object" },
        { "object": "object" },
        { "object": "object" },
        { "object": "object" },
        "APIProcessingMessages": "string",
        "LastScoreDate": Date(),
        "LastProgressDate": Date(),
        "LastNoteDate": Date(),
        "sApplicationDate": "string",
        "sLastNoteDate": "string",
        "sLastScoreDate": "string",
        "sLastProgressDate": "string"
     },
      { "__type":"MPATSAPI.Models.APIApplication",
        "SchemaIdentifier": "string",
        "AdvertCandidateID": int,
        "AdvertID": int,
        "CandidateID": int,
        "PostingID": int,
        "FeedID": int,
        "FeedName": "string",
        "ApplicationDate": Date(),
        "EmailAddress": "string",
        "LastName": "string",
        "FirstName": "string",
        "HomePhone": "string",
        "WorkPhone": "string",
        "MobilePhone": "string",
        "Viewed": boolean,
        "Score": "short",
        "Ranking": "string",
        "ProgressID": int,
        "Progress": "string",
        "AdvertIdentifier": "string",
        "AdvertReference": "string",
        "AdvertTitle": "string",
        "UserID": int,
        "OrganisationID": int,
        "OrganisationName": "string",
        "Address": "string",
        "Archived": boolean,
        "Favourite": boolean,
        { "object": "object" },
        { "object": "object" },
        { "object": "object" },
        { "object": "object" },
        "APIProcessingMessages": "string",
        "LastScoreDate": Date(),
        "LastProgressDate": Date(),
        "LastNoteDate": Date(),
        "sApplicationDate": "string",
        "sLastNoteDate": "string",
        "sLastScoreDate": "string",
        "sLastProgressDate": "string"
     }
   }
 }
}
  

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /JSON/Multiposter.asmx/GetApplicationsPaged HTTP/1.1
Host: api.logicmelon.com
Content-Type: application/json; charset=utf-8
Content-Length: length

{
  "Request": {
    "sCultureID": "string",
    "sAPIKey": "string",
    "sUsername": "string",
    "sUserIdentifier": "string",
    "sStartOrganisation": "string",
    "sAdvertIdentifier": "string",
    "sAdvertReference": "string",
    "sAdvertID": "string",
    "sSearchDays": "string",
    "Filters": [
      "NameValueFilter": [
        "Name": "string",
        "Value": "string",
        { "object": "object" },
        "ValueDateTime": Date(),
        "Comparitor": "Equals or StartsWith or EndsWith or Contains or LessThan or GreaterThan or LessThanDate or GreaterThanDate"
     },
      "NameValueFilter": [
        "Name": "string",
        "Value": "string",
        { "object": "object" },
        "ValueDateTime": Date(),
        "Comparitor": "Equals or StartsWith or EndsWith or Contains or LessThan or GreaterThan or LessThanDate or GreaterThanDate"
     }
    ],
    "DestinationsAsCSV": "string",
    "Destinations": [
      "string",
      "string"
    ],
    "sApplicationStartDateTime": "string",
    "ApplicationStartDateTime": Date(),
    "sApplicationEndDateTime": "string",
    "ApplicationEndDateTime": Date(),
    "Ranking": [
      "string",
      "string"
   },
    "ProgressID": [
      "string",
      "string"
   },
    "AdvertCandidateIDAsCSV": "string",
    "AdvertCandidateID": [
      "string",
      "string"
   },
    "bIncludeEmailBody": boolean,
    "bIncludeAttachment": boolean,
    "bIncludeParsed": boolean,
    "bIncludeEmail": boolean,
    "sLastScoreDate": "string",
    "LastScoreDate": Date(),
    "sLastProgressDate": "string",
    "LastProgressDate": Date(),
    "OrderBy": "string"
  },
  "CurrentPage": int,
  "RowsPerPage": int,
  "OrderBy": "string"
}
  
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

  
  "ApplicationPaged": [
    "PageCount": int,
    "PageIndex": int,
    "TotalItemCount": int,
    "Applications": [
      { "__type":"MPATSAPI.Models.APIApplication",
        "SchemaIdentifier": "string",
        "AdvertCandidateID": int,
        "AdvertID": int,
        "CandidateID": int,
        "PostingID": int,
        "FeedID": int,
        "FeedName": "string",
        "ApplicationDate": Date(),
        "EmailAddress": "string",
        "LastName": "string",
        "FirstName": "string",
        "HomePhone": "string",
        "WorkPhone": "string",
        "MobilePhone": "string",
        "Viewed": boolean,
        "Score": "short",
        "Ranking": "string",
        "ProgressID": int,
        "Progress": "string",
        "AdvertIdentifier": "string",
        "AdvertReference": "string",
        "AdvertTitle": "string",
        "UserID": int,
        "OrganisationID": int,
        "OrganisationName": "string",
        "Address": "string",
        "Archived": boolean,
        "Favourite": boolean,
        { "object": "object" },
        { "object": "object" },
        { "object": "object" },
        { "object": "object" },
        "APIProcessingMessages": "string",
        "LastScoreDate": Date(),
        "LastProgressDate": Date(),
        "LastNoteDate": Date(),
        "sApplicationDate": "string",
        "sLastNoteDate": "string",
        "sLastScoreDate": "string",
        "sLastProgressDate": "string"
     },
      { "__type":"MPATSAPI.Models.APIApplication",
        "SchemaIdentifier": "string",
        "AdvertCandidateID": int,
        "AdvertID": int,
        "CandidateID": int,
        "PostingID": int,
        "FeedID": int,
        "FeedName": "string",
        "ApplicationDate": Date(),
        "EmailAddress": "string",
        "LastName": "string",
        "FirstName": "string",
        "HomePhone": "string",
        "WorkPhone": "string",
        "MobilePhone": "string",
        "Viewed": boolean,
        "Score": "short",
        "Ranking": "string",
        "ProgressID": int,
        "Progress": "string",
        "AdvertIdentifier": "string",
        "AdvertReference": "string",
        "AdvertTitle": "string",
        "UserID": int,
        "OrganisationID": int,
        "OrganisationName": "string",
        "Address": "string",
        "Archived": boolean,
        "Favourite": boolean,
        { "object": "object" },
        { "object": "object" },
        { "object": "object" },
        { "object": "object" },
        "APIProcessingMessages": "string",
        "LastScoreDate": Date(),
        "LastProgressDate": Date(),
        "LastNoteDate": Date(),
        "sApplicationDate": "string",
        "sLastNoteDate": "string",
        "sLastScoreDate": "string",
        "sLastProgressDate": "string"
     }
   }
 }
}