Admin
Click here for a complete list of operations.
GetUserAppPasswords
GetUserAppPasswords
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 /Admin.asmx HTTP/1.1 Host: ws.interfax.net Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://interfax.net/Admin/GetUserAppPasswords" <?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> <GetUserAppPasswords xmlns="http://interfax.net/Admin"> <userId>string</userId> <password>string</password> <forUserId>string</forUserId> <f> <Page> <PageNumber>int</PageNumber> <PageSize>int</PageSize> </Page> <Sort> <Direction>ASC or DESC</Direction> <Property>string</Property> </Sort> <Expression> <Type>Equals or NotEquals or Contains or IsNull or IsNotNull or And or Or</Type> <Expressions> <Expression xsi:nil="true" /> <Expression xsi:nil="true" /> </Expressions> <Property>string</Property> <Value>string</Value> </Expression> </f> </GetUserAppPasswords> </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> <GetUserAppPasswordsResponse xmlns="http://interfax.net/Admin"> <GetUserAppPasswordsResult> <ResultCode>int</ResultCode> <AppPasswords> <UserAppPasswordEx> <Id xmlns="http://hs.interfax.net/">long</Id> <DateCreatedUTC xmlns="http://hs.interfax.net/">dateTime</DateCreatedUTC> <DateModifiedUTC xmlns="http://hs.interfax.net/">dateTime</DateModifiedUTC> <DateExpiresUTC xmlns="http://hs.interfax.net/">dateTime</DateExpiresUTC> <DateLastUsedUTC xmlns="http://hs.interfax.net/">dateTime</DateLastUsedUTC> <AccountId xmlns="http://hs.interfax.net/">unsignedInt</AccountId> <UserId xmlns="http://hs.interfax.net/">string</UserId> <Description xmlns="http://hs.interfax.net/">string</Description> <Password xmlns="http://hs.interfax.net/">string</Password> </UserAppPasswordEx> <UserAppPasswordEx> <Id xmlns="http://hs.interfax.net/">long</Id> <DateCreatedUTC xmlns="http://hs.interfax.net/">dateTime</DateCreatedUTC> <DateModifiedUTC xmlns="http://hs.interfax.net/">dateTime</DateModifiedUTC> <DateExpiresUTC xmlns="http://hs.interfax.net/">dateTime</DateExpiresUTC> <DateLastUsedUTC xmlns="http://hs.interfax.net/">dateTime</DateLastUsedUTC> <AccountId xmlns="http://hs.interfax.net/">unsignedInt</AccountId> <UserId xmlns="http://hs.interfax.net/">string</UserId> <Description xmlns="http://hs.interfax.net/">string</Description> <Password xmlns="http://hs.interfax.net/">string</Password> </UserAppPasswordEx> </AppPasswords> </GetUserAppPasswordsResult> </GetUserAppPasswordsResponse> </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 /Admin.asmx HTTP/1.1 Host: ws.interfax.net 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> <GetUserAppPasswords xmlns="http://interfax.net/Admin"> <userId>string</userId> <password>string</password> <forUserId>string</forUserId> <f> <Page> <PageNumber>int</PageNumber> <PageSize>int</PageSize> </Page> <Sort> <Direction>ASC or DESC</Direction> <Property>string</Property> </Sort> <Expression> <Type>Equals or NotEquals or Contains or IsNull or IsNotNull or And or Or</Type> <Expressions> <Expression xsi:nil="true" /> <Expression xsi:nil="true" /> </Expressions> <Property>string</Property> <Value>string</Value> </Expression> </f> </GetUserAppPasswords> </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> <GetUserAppPasswordsResponse xmlns="http://interfax.net/Admin"> <GetUserAppPasswordsResult> <ResultCode>int</ResultCode> <AppPasswords> <UserAppPasswordEx> <Id xmlns="http://hs.interfax.net/">long</Id> <DateCreatedUTC xmlns="http://hs.interfax.net/">dateTime</DateCreatedUTC> <DateModifiedUTC xmlns="http://hs.interfax.net/">dateTime</DateModifiedUTC> <DateExpiresUTC xmlns="http://hs.interfax.net/">dateTime</DateExpiresUTC> <DateLastUsedUTC xmlns="http://hs.interfax.net/">dateTime</DateLastUsedUTC> <AccountId xmlns="http://hs.interfax.net/">unsignedInt</AccountId> <UserId xmlns="http://hs.interfax.net/">string</UserId> <Description xmlns="http://hs.interfax.net/">string</Description> <Password xmlns="http://hs.interfax.net/">string</Password> </UserAppPasswordEx> <UserAppPasswordEx> <Id xmlns="http://hs.interfax.net/">long</Id> <DateCreatedUTC xmlns="http://hs.interfax.net/">dateTime</DateCreatedUTC> <DateModifiedUTC xmlns="http://hs.interfax.net/">dateTime</DateModifiedUTC> <DateExpiresUTC xmlns="http://hs.interfax.net/">dateTime</DateExpiresUTC> <DateLastUsedUTC xmlns="http://hs.interfax.net/">dateTime</DateLastUsedUTC> <AccountId xmlns="http://hs.interfax.net/">unsignedInt</AccountId> <UserId xmlns="http://hs.interfax.net/">string</UserId> <Description xmlns="http://hs.interfax.net/">string</Description> <Password xmlns="http://hs.interfax.net/">string</Password> </UserAppPasswordEx> </AppPasswords> </GetUserAppPasswordsResult> </GetUserAppPasswordsResponse> </soap12:Body> </soap12:Envelope>