GET pxapi/RequestLog?changedSince={changedSince}&selection={selection}&companyId={companyId}

Retrieves caller logs

Request Information

Parameters

NameDescriptionAdditional information
changedSince
Break datetime for only listing data changed afterwards

Define this parameter in the request URI.

selection
1 - standard sync-data	- all logged data for the callerguid (on token)	
            2 - get all logged errors for the callerguid (on token)

Define this parameter in the request URI.

companyId
ID for the current company/PX database received by the PX Administrator

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Servertime": "2026-05-09T17:14:49.0386705+02:00",
  "Callerlogs": [
    {
      "Callerguid": "sample string 1",
      "Created": "sample string 2",
      "Methodname": "sample string 3",
      "Requesttype": 1,
      "Selection": 1,
      "Errormessage": "sample string 4",
      "Parametervalues": "sample string 5",
      "Calldurationinseconds": 1,
      "Calldurationasstring": "sample string 6",
      "Noofrowsmain": 1,
      "Sublevelsnamelist": "sample string 7",
      "Noofrowssub1": 1,
      "Noofrowssub2": 1,
      "Noofrowssub3": 1,
      "Noofrowssub4": 1,
      "Noofrowssub5": 1,
      "Noofrowssub6": 1
    },
    {
      "Callerguid": "sample string 1",
      "Created": "sample string 2",
      "Methodname": "sample string 3",
      "Requesttype": 1,
      "Selection": 1,
      "Errormessage": "sample string 4",
      "Parametervalues": "sample string 5",
      "Calldurationinseconds": 1,
      "Calldurationasstring": "sample string 6",
      "Noofrowsmain": 1,
      "Sublevelsnamelist": "sample string 7",
      "Noofrowssub1": 1,
      "Noofrowssub2": 1,
      "Noofrowssub3": 1,
      "Noofrowssub4": 1,
      "Noofrowssub5": 1,
      "Noofrowssub6": 1
    },
    {
      "Callerguid": "sample string 1",
      "Created": "sample string 2",
      "Methodname": "sample string 3",
      "Requesttype": 1,
      "Selection": 1,
      "Errormessage": "sample string 4",
      "Parametervalues": "sample string 5",
      "Calldurationinseconds": 1,
      "Calldurationasstring": "sample string 6",
      "Noofrowsmain": 1,
      "Sublevelsnamelist": "sample string 7",
      "Noofrowssub1": 1,
      "Noofrowssub2": 1,
      "Noofrowssub3": 1,
      "Noofrowssub4": 1,
      "Noofrowssub5": 1,
      "Noofrowssub6": 1
    }
  ],
  "Message": {
    "Messagetype": 1,
    "Datareference": "sample string 2",
    "Messagetext": "sample string 3",
    "Created": "sample string 4",
    "Noofrowssub1": 1,
    "Noofrowssub2": 1,
    "Noofrowssub3": 1,
    "Noofrowssub4": 1,
    "Noofrowssub5": 1,
    "Noofrowssub6": 1,
    "AutoInvoiceData": {
      "Status": 1,
      "Documentid": 2,
      "Errortext": "sample string 3",
      "Xmlfilesuffix": "sample string 4",
      "Filereference": "sample string 5",
      "Document": "QEBA",
      "Attachments": [
        {
          "Attachmenttype": 1,
          "Documentid": 2,
          "Attachmentid": 1,
          "Filereference": "sample string 3",
          "Filename": "sample string 4",
          "DceInvoice": "QEBA"
        },
        {
          "Attachmenttype": 1,
          "Documentid": 2,
          "Attachmentid": 1,
          "Filereference": "sample string 3",
          "Filename": "sample string 4",
          "DceInvoice": "QEBA"
        },
        {
          "Attachmenttype": 1,
          "Documentid": 2,
          "Attachmentid": 1,
          "Filereference": "sample string 3",
          "Filename": "sample string 4",
          "DceInvoice": "QEBA"
        }
      ]
    }
  }
}

application/xml, text/xml

Sample:
<SysApiCallerLogHead xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Visma.PXWebApi.Domain.Entities.Misc">
  <Callerlogs>
    <SysApiCallerLog>
      <Calldurationasstring>sample string 6</Calldurationasstring>
      <Calldurationinseconds>1</Calldurationinseconds>
      <Callerguid>sample string 1</Callerguid>
      <Created>sample string 2</Created>
      <Errormessage>sample string 4</Errormessage>
      <Methodname>sample string 3</Methodname>
      <Noofrowsmain>1</Noofrowsmain>
      <Noofrowssub1>1</Noofrowssub1>
      <Noofrowssub2>1</Noofrowssub2>
      <Noofrowssub3>1</Noofrowssub3>
      <Noofrowssub4>1</Noofrowssub4>
      <Noofrowssub5>1</Noofrowssub5>
      <Noofrowssub6>1</Noofrowssub6>
      <Parametervalues>sample string 5</Parametervalues>
      <Requesttype>1</Requesttype>
      <Selection>1</Selection>
      <Sublevelsnamelist>sample string 7</Sublevelsnamelist>
    </SysApiCallerLog>
    <SysApiCallerLog>
      <Calldurationasstring>sample string 6</Calldurationasstring>
      <Calldurationinseconds>1</Calldurationinseconds>
      <Callerguid>sample string 1</Callerguid>
      <Created>sample string 2</Created>
      <Errormessage>sample string 4</Errormessage>
      <Methodname>sample string 3</Methodname>
      <Noofrowsmain>1</Noofrowsmain>
      <Noofrowssub1>1</Noofrowssub1>
      <Noofrowssub2>1</Noofrowssub2>
      <Noofrowssub3>1</Noofrowssub3>
      <Noofrowssub4>1</Noofrowssub4>
      <Noofrowssub5>1</Noofrowssub5>
      <Noofrowssub6>1</Noofrowssub6>
      <Parametervalues>sample string 5</Parametervalues>
      <Requesttype>1</Requesttype>
      <Selection>1</Selection>
      <Sublevelsnamelist>sample string 7</Sublevelsnamelist>
    </SysApiCallerLog>
    <SysApiCallerLog>
      <Calldurationasstring>sample string 6</Calldurationasstring>
      <Calldurationinseconds>1</Calldurationinseconds>
      <Callerguid>sample string 1</Callerguid>
      <Created>sample string 2</Created>
      <Errormessage>sample string 4</Errormessage>
      <Methodname>sample string 3</Methodname>
      <Noofrowsmain>1</Noofrowsmain>
      <Noofrowssub1>1</Noofrowssub1>
      <Noofrowssub2>1</Noofrowssub2>
      <Noofrowssub3>1</Noofrowssub3>
      <Noofrowssub4>1</Noofrowssub4>
      <Noofrowssub5>1</Noofrowssub5>
      <Noofrowssub6>1</Noofrowssub6>
      <Parametervalues>sample string 5</Parametervalues>
      <Requesttype>1</Requesttype>
      <Selection>1</Selection>
      <Sublevelsnamelist>sample string 7</Sublevelsnamelist>
    </SysApiCallerLog>
  </Callerlogs>
  <Message>
    <AutoInvoiceData>
      <Attachments>
        <AutoInvoiceAttachment>
          <Attachmentid>1</Attachmentid>
          <Attachmenttype>1</Attachmenttype>
          <DceInvoice>QEBA</DceInvoice>
          <Documentid>2</Documentid>
          <Filename>sample string 4</Filename>
          <Filereference>sample string 3</Filereference>
        </AutoInvoiceAttachment>
        <AutoInvoiceAttachment>
          <Attachmentid>1</Attachmentid>
          <Attachmenttype>1</Attachmenttype>
          <DceInvoice>QEBA</DceInvoice>
          <Documentid>2</Documentid>
          <Filename>sample string 4</Filename>
          <Filereference>sample string 3</Filereference>
        </AutoInvoiceAttachment>
        <AutoInvoiceAttachment>
          <Attachmentid>1</Attachmentid>
          <Attachmenttype>1</Attachmenttype>
          <DceInvoice>QEBA</DceInvoice>
          <Documentid>2</Documentid>
          <Filename>sample string 4</Filename>
          <Filereference>sample string 3</Filereference>
        </AutoInvoiceAttachment>
      </Attachments>
      <Document>QEBA</Document>
      <Documentid>2</Documentid>
      <Errortext>sample string 3</Errortext>
      <Filereference>sample string 5</Filereference>
      <Status>1</Status>
      <Xmlfilesuffix>sample string 4</Xmlfilesuffix>
    </AutoInvoiceData>
    <Created>sample string 4</Created>
    <Datareference>sample string 2</Datareference>
    <Messagetext>sample string 3</Messagetext>
    <Messagetype>1</Messagetype>
    <Noofrowssub1>1</Noofrowssub1>
    <Noofrowssub2>1</Noofrowssub2>
    <Noofrowssub3>1</Noofrowssub3>
    <Noofrowssub4>1</Noofrowssub4>
    <Noofrowssub5>1</Noofrowssub5>
    <Noofrowssub6>1</Noofrowssub6>
  </Message>
  <Servertime>2026-05-09T17:14:49.0386705+02:00</Servertime>
</SysApiCallerLogHead>