Service
Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.
getArchiveProtocol
Gibt Protokoll Daten zurück, welche den übergebenen Suchkriterien entsprechen.
Parameter: Token token, SearchCriteria searchCriteria
- token: Token mit Identifier, Anleg Datum und Gültigkeits Datum
- searchCriteria: Suchkriterien für die Protokoll Einträge
Rückgabewert List
- Liste mit Protokoll Daten, welche mit die Suchkriterien übereinstimmen.
Test
Das Testformular ist nur für Anforderungen vom lokalen Computer verfügbar.SOAP 1.1
Es folgt ein Beispiel für eine SOAP 1.1-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.
POST /Service.asmx HTTP/1.1
Host: hrm.spprev.in-reach.de
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://www.spdata.de/getArchiveProtocol"
<?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>
<getArchiveProtocol xmlns="https://www.spdata.de/">
<token>
<id>int</id>
<token>string</token>
</token>
<searchCriteria>
<creationDateFrom>dateTime</creationDateFrom>
<creationDateTo>dateTime</creationDateTo>
<creationUser>string</creationUser>
<documentName>string</documentName>
<searchCriteria>
<SearchCriterion>
<Name>string</Name>
<Value>string</Value>
<ValueList xsi:nil="true" />
<Operator>Equal or NotEqual or Greater or GreaterOrEqual or Less or LessOrEqual or Like or NotLike or In or NotIn or Between</Operator>
</SearchCriterion>
<SearchCriterion>
<Name>string</Name>
<Value>string</Value>
<ValueList xsi:nil="true" />
<Operator>Equal or NotEqual or Greater or GreaterOrEqual or Less or LessOrEqual or Like or NotLike or In or NotIn or Between</Operator>
</SearchCriterion>
</searchCriteria>
</searchCriteria>
</getArchiveProtocol>
</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>
<getArchiveProtocolResponse xmlns="https://www.spdata.de/">
<getArchiveProtocolResult>
<ProtocolData>
<date>dateTime</date>
<user>string</user>
<maSyncID>string</maSyncID>
<mandantNr>string</mandantNr>
<operation>int</operation>
<syncID>string</syncID>
<version>int</version>
<description>string</description>
<metadataBefore>string</metadataBefore>
<metadataAfter>string</metadataAfter>
</ProtocolData>
<ProtocolData>
<date>dateTime</date>
<user>string</user>
<maSyncID>string</maSyncID>
<mandantNr>string</mandantNr>
<operation>int</operation>
<syncID>string</syncID>
<version>int</version>
<description>string</description>
<metadataBefore>string</metadataBefore>
<metadataAfter>string</metadataAfter>
</ProtocolData>
</getArchiveProtocolResult>
<token>
<id>int</id>
<token>string</token>
</token>
</getArchiveProtocolResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
Es folgt ein Beispiel für eine SOAP 1.2-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.
POST /Service.asmx HTTP/1.1
Host: hrm.spprev.in-reach.de
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>
<getArchiveProtocol xmlns="https://www.spdata.de/">
<token>
<id>int</id>
<token>string</token>
</token>
<searchCriteria>
<creationDateFrom>dateTime</creationDateFrom>
<creationDateTo>dateTime</creationDateTo>
<creationUser>string</creationUser>
<documentName>string</documentName>
<searchCriteria>
<SearchCriterion>
<Name>string</Name>
<Value>string</Value>
<ValueList xsi:nil="true" />
<Operator>Equal or NotEqual or Greater or GreaterOrEqual or Less or LessOrEqual or Like or NotLike or In or NotIn or Between</Operator>
</SearchCriterion>
<SearchCriterion>
<Name>string</Name>
<Value>string</Value>
<ValueList xsi:nil="true" />
<Operator>Equal or NotEqual or Greater or GreaterOrEqual or Less or LessOrEqual or Like or NotLike or In or NotIn or Between</Operator>
</SearchCriterion>
</searchCriteria>
</searchCriteria>
</getArchiveProtocol>
</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>
<getArchiveProtocolResponse xmlns="https://www.spdata.de/">
<getArchiveProtocolResult>
<ProtocolData>
<date>dateTime</date>
<user>string</user>
<maSyncID>string</maSyncID>
<mandantNr>string</mandantNr>
<operation>int</operation>
<syncID>string</syncID>
<version>int</version>
<description>string</description>
<metadataBefore>string</metadataBefore>
<metadataAfter>string</metadataAfter>
</ProtocolData>
<ProtocolData>
<date>dateTime</date>
<user>string</user>
<maSyncID>string</maSyncID>
<mandantNr>string</mandantNr>
<operation>int</operation>
<syncID>string</syncID>
<version>int</version>
<description>string</description>
<metadataBefore>string</metadataBefore>
<metadataAfter>string</metadataAfter>
</ProtocolData>
</getArchiveProtocolResult>
<token>
<id>int</id>
<token>string</token>
</token>
</getArchiveProtocolResponse>
</soap12:Body>
</soap12:Envelope>