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 HTTP/1.1
Host: api.logicmelon.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://api.logicmelon.com/GetApplicationsPaged"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetApplicationsPaged xmlns="http://api.logicmelon.com/">
      <Request>
        <sCultureID>string</sCultureID>
        <sAPIKey>string</sAPIKey>
        <sUsername>string</sUsername>
        <sUserIdentifier>string</sUserIdentifier>
        <sStartOrganisation>string</sStartOrganisation>
        <sAdvertIdentifier>string</sAdvertIdentifier>
        <sAdvertReference>string</sAdvertReference>
        <sAdvertID>string</sAdvertID>
        <sSearchDays>string</sSearchDays>
        <Filters>
          <NameValueFilter>
            <Name>string</Name>
            <Value>string</Value>
            <Values xsi:nil="true" />
            <ValueDateTime>dateTime</ValueDateTime>
            <Comparitor>Equals or StartsWith or EndsWith or Contains or LessThan or GreaterThan or LessThanDate or GreaterThanDate</Comparitor>
          </NameValueFilter>
          <NameValueFilter>
            <Name>string</Name>
            <Value>string</Value>
            <Values xsi:nil="true" />
            <ValueDateTime>dateTime</ValueDateTime>
            <Comparitor>Equals or StartsWith or EndsWith or Contains or LessThan or GreaterThan or LessThanDate or GreaterThanDate</Comparitor>
          </NameValueFilter>
        </Filters>
        <DestinationsAsCSV>string</DestinationsAsCSV>
        <Destinations>
          <string>string</string>
          <string>string</string>
        </Destinations>
        <sApplicationStartDateTime>string</sApplicationStartDateTime>
        <ApplicationStartDateTime>dateTime</ApplicationStartDateTime>
        <sApplicationEndDateTime>string</sApplicationEndDateTime>
        <ApplicationEndDateTime>dateTime</ApplicationEndDateTime>
        <Ranking>
          <string>string</string>
          <string>string</string>
        </Ranking>
        <ProgressID>
          <string>string</string>
          <string>string</string>
        </ProgressID>
        <AdvertCandidateIDAsCSV>string</AdvertCandidateIDAsCSV>
        <AdvertCandidateID>
          <string>string</string>
          <string>string</string>
        </AdvertCandidateID>
        <bIncludeEmailBody>boolean</bIncludeEmailBody>
        <bIncludeAttachment>boolean</bIncludeAttachment>
        <bIncludeParsed>boolean</bIncludeParsed>
        <bIncludeEmail>boolean</bIncludeEmail>
        <sLastScoreDate>string</sLastScoreDate>
        <LastScoreDate>dateTime</LastScoreDate>
        <sLastProgressDate>string</sLastProgressDate>
        <LastProgressDate>dateTime</LastProgressDate>
        <OrderBy>string</OrderBy>
      </Request>
      <CurrentPage>int</CurrentPage>
      <RowsPerPage>int</RowsPerPage>
      <OrderBy>string</OrderBy>
    </GetApplicationsPaged>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetApplicationsPagedResponse xmlns="http://api.logicmelon.com/">
      <ApplicationPaged>
        <PageCount>int</PageCount>
        <PageIndex>int</PageIndex>
        <TotalItemCount>int</TotalItemCount>
        <Applications>
          <APIApplication>
            <SchemaIdentifier>string</SchemaIdentifier>
            <AdvertCandidateID>int</AdvertCandidateID>
            <AdvertID>int</AdvertID>
            <AdvertIdentifier>string</AdvertIdentifier>
            <AdvertReference>string</AdvertReference>
            <AdvertTitle>string</AdvertTitle>
            <PostingID>int</PostingID>
            <FeedID>int</FeedID>
            <FeedName>string</FeedName>
            <CandidateID>int</CandidateID>
            <ApplicationDate>dateTime</ApplicationDate>
            <EmailAddress>string</EmailAddress>
            <LastName>string</LastName>
            <FirstName>string</FirstName>
            <HomePhone>string</HomePhone>
            <WorkPhone>string</WorkPhone>
            <MobilePhone>string</MobilePhone>
            <Address>string</Address>
            <Viewed>boolean</Viewed>
            <Score>short</Score>
            <Ranking>string</Ranking>
            <ProgressID>int</ProgressID>
            <Progress>string</Progress>
            <UserID>int</UserID>
            <OrganisationID>int</OrganisationID>
            <OrganisationName>string</OrganisationName>
            <Archived>boolean</Archived>
            <Favourite>boolean</Favourite>
            <EmailBody xsi:nil="true" />
            <EmailFirstAttachment xsi:nil="true" />
            <Parsed xsi:nil="true" />
            <Email xsi:nil="true" />
            <APIProcessingMessages>string</APIProcessingMessages>
            <LastScoreDate>dateTime</LastScoreDate>
            <LastProgressDate>dateTime</LastProgressDate>
            <LastNoteDate>dateTime</LastNoteDate>
            <sApplicationDate>string</sApplicationDate>
            <sLastNoteDate>string</sLastNoteDate>
            <sLastScoreDate>string</sLastScoreDate>
            <sLastProgressDate>string</sLastProgressDate>
          </APIApplication>
          <APIApplication>
            <SchemaIdentifier>string</SchemaIdentifier>
            <AdvertCandidateID>int</AdvertCandidateID>
            <AdvertID>int</AdvertID>
            <AdvertIdentifier>string</AdvertIdentifier>
            <AdvertReference>string</AdvertReference>
            <AdvertTitle>string</AdvertTitle>
            <PostingID>int</PostingID>
            <FeedID>int</FeedID>
            <FeedName>string</FeedName>
            <CandidateID>int</CandidateID>
            <ApplicationDate>dateTime</ApplicationDate>
            <EmailAddress>string</EmailAddress>
            <LastName>string</LastName>
            <FirstName>string</FirstName>
            <HomePhone>string</HomePhone>
            <WorkPhone>string</WorkPhone>
            <MobilePhone>string</MobilePhone>
            <Address>string</Address>
            <Viewed>boolean</Viewed>
            <Score>short</Score>
            <Ranking>string</Ranking>
            <ProgressID>int</ProgressID>
            <Progress>string</Progress>
            <UserID>int</UserID>
            <OrganisationID>int</OrganisationID>
            <OrganisationName>string</OrganisationName>
            <Archived>boolean</Archived>
            <Favourite>boolean</Favourite>
            <EmailBody xsi:nil="true" />
            <EmailFirstAttachment xsi:nil="true" />
            <Parsed xsi:nil="true" />
            <Email xsi:nil="true" />
            <APIProcessingMessages>string</APIProcessingMessages>
            <LastScoreDate>dateTime</LastScoreDate>
            <LastProgressDate>dateTime</LastProgressDate>
            <LastNoteDate>dateTime</LastNoteDate>
            <sApplicationDate>string</sApplicationDate>
            <sLastNoteDate>string</sLastNoteDate>
            <sLastScoreDate>string</sLastScoreDate>
            <sLastProgressDate>string</sLastProgressDate>
          </APIApplication>
        </Applications>
      </ApplicationPaged>
    </GetApplicationsPagedResponse>
  </soap:Body>
</soap:Envelope>

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 HTTP/1.1
Host: api.logicmelon.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetApplicationsPaged xmlns="http://api.logicmelon.com/">
      <Request>
        <sCultureID>string</sCultureID>
        <sAPIKey>string</sAPIKey>
        <sUsername>string</sUsername>
        <sUserIdentifier>string</sUserIdentifier>
        <sStartOrganisation>string</sStartOrganisation>
        <sAdvertIdentifier>string</sAdvertIdentifier>
        <sAdvertReference>string</sAdvertReference>
        <sAdvertID>string</sAdvertID>
        <sSearchDays>string</sSearchDays>
        <Filters>
          <NameValueFilter>
            <Name>string</Name>
            <Value>string</Value>
            <Values xsi:nil="true" />
            <ValueDateTime>dateTime</ValueDateTime>
            <Comparitor>Equals or StartsWith or EndsWith or Contains or LessThan or GreaterThan or LessThanDate or GreaterThanDate</Comparitor>
          </NameValueFilter>
          <NameValueFilter>
            <Name>string</Name>
            <Value>string</Value>
            <Values xsi:nil="true" />
            <ValueDateTime>dateTime</ValueDateTime>
            <Comparitor>Equals or StartsWith or EndsWith or Contains or LessThan or GreaterThan or LessThanDate or GreaterThanDate</Comparitor>
          </NameValueFilter>
        </Filters>
        <DestinationsAsCSV>string</DestinationsAsCSV>
        <Destinations>
          <string>string</string>
          <string>string</string>
        </Destinations>
        <sApplicationStartDateTime>string</sApplicationStartDateTime>
        <ApplicationStartDateTime>dateTime</ApplicationStartDateTime>
        <sApplicationEndDateTime>string</sApplicationEndDateTime>
        <ApplicationEndDateTime>dateTime</ApplicationEndDateTime>
        <Ranking>
          <string>string</string>
          <string>string</string>
        </Ranking>
        <ProgressID>
          <string>string</string>
          <string>string</string>
        </ProgressID>
        <AdvertCandidateIDAsCSV>string</AdvertCandidateIDAsCSV>
        <AdvertCandidateID>
          <string>string</string>
          <string>string</string>
        </AdvertCandidateID>
        <bIncludeEmailBody>boolean</bIncludeEmailBody>
        <bIncludeAttachment>boolean</bIncludeAttachment>
        <bIncludeParsed>boolean</bIncludeParsed>
        <bIncludeEmail>boolean</bIncludeEmail>
        <sLastScoreDate>string</sLastScoreDate>
        <LastScoreDate>dateTime</LastScoreDate>
        <sLastProgressDate>string</sLastProgressDate>
        <LastProgressDate>dateTime</LastProgressDate>
        <OrderBy>string</OrderBy>
      </Request>
      <CurrentPage>int</CurrentPage>
      <RowsPerPage>int</RowsPerPage>
      <OrderBy>string</OrderBy>
    </GetApplicationsPaged>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetApplicationsPagedResponse xmlns="http://api.logicmelon.com/">
      <ApplicationPaged>
        <PageCount>int</PageCount>
        <PageIndex>int</PageIndex>
        <TotalItemCount>int</TotalItemCount>
        <Applications>
          <APIApplication>
            <SchemaIdentifier>string</SchemaIdentifier>
            <AdvertCandidateID>int</AdvertCandidateID>
            <AdvertID>int</AdvertID>
            <AdvertIdentifier>string</AdvertIdentifier>
            <AdvertReference>string</AdvertReference>
            <AdvertTitle>string</AdvertTitle>
            <PostingID>int</PostingID>
            <FeedID>int</FeedID>
            <FeedName>string</FeedName>
            <CandidateID>int</CandidateID>
            <ApplicationDate>dateTime</ApplicationDate>
            <EmailAddress>string</EmailAddress>
            <LastName>string</LastName>
            <FirstName>string</FirstName>
            <HomePhone>string</HomePhone>
            <WorkPhone>string</WorkPhone>
            <MobilePhone>string</MobilePhone>
            <Address>string</Address>
            <Viewed>boolean</Viewed>
            <Score>short</Score>
            <Ranking>string</Ranking>
            <ProgressID>int</ProgressID>
            <Progress>string</Progress>
            <UserID>int</UserID>
            <OrganisationID>int</OrganisationID>
            <OrganisationName>string</OrganisationName>
            <Archived>boolean</Archived>
            <Favourite>boolean</Favourite>
            <EmailBody xsi:nil="true" />
            <EmailFirstAttachment xsi:nil="true" />
            <Parsed xsi:nil="true" />
            <Email xsi:nil="true" />
            <APIProcessingMessages>string</APIProcessingMessages>
            <LastScoreDate>dateTime</LastScoreDate>
            <LastProgressDate>dateTime</LastProgressDate>
            <LastNoteDate>dateTime</LastNoteDate>
            <sApplicationDate>string</sApplicationDate>
            <sLastNoteDate>string</sLastNoteDate>
            <sLastScoreDate>string</sLastScoreDate>
            <sLastProgressDate>string</sLastProgressDate>
          </APIApplication>
          <APIApplication>
            <SchemaIdentifier>string</SchemaIdentifier>
            <AdvertCandidateID>int</AdvertCandidateID>
            <AdvertID>int</AdvertID>
            <AdvertIdentifier>string</AdvertIdentifier>
            <AdvertReference>string</AdvertReference>
            <AdvertTitle>string</AdvertTitle>
            <PostingID>int</PostingID>
            <FeedID>int</FeedID>
            <FeedName>string</FeedName>
            <CandidateID>int</CandidateID>
            <ApplicationDate>dateTime</ApplicationDate>
            <EmailAddress>string</EmailAddress>
            <LastName>string</LastName>
            <FirstName>string</FirstName>
            <HomePhone>string</HomePhone>
            <WorkPhone>string</WorkPhone>
            <MobilePhone>string</MobilePhone>
            <Address>string</Address>
            <Viewed>boolean</Viewed>
            <Score>short</Score>
            <Ranking>string</Ranking>
            <ProgressID>int</ProgressID>
            <Progress>string</Progress>
            <UserID>int</UserID>
            <OrganisationID>int</OrganisationID>
            <OrganisationName>string</OrganisationName>
            <Archived>boolean</Archived>
            <Favourite>boolean</Favourite>
            <EmailBody xsi:nil="true" />
            <EmailFirstAttachment xsi:nil="true" />
            <Parsed xsi:nil="true" />
            <Email xsi:nil="true" />
            <APIProcessingMessages>string</APIProcessingMessages>
            <LastScoreDate>dateTime</LastScoreDate>
            <LastProgressDate>dateTime</LastProgressDate>
            <LastNoteDate>dateTime</LastNoteDate>
            <sApplicationDate>string</sApplicationDate>
            <sLastNoteDate>string</sLastNoteDate>
            <sLastScoreDate>string</sLastScoreDate>
            <sLastProgressDate>string</sLastProgressDate>
          </APIApplication>
        </Applications>
      </ApplicationPaged>
    </GetApplicationsPagedResponse>
  </soap12:Body>
</soap12:Envelope>