GET api/MyPage/License?systemName={systemName}&userName={userName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
systemName | string |
Required |
|
userName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MyPageLicenseInfoConfigName | Description | Type | Additional information |
---|---|---|---|
signDate | date |
None. |
|
clientId | string |
None. |
|
companyName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "signDate": "2025-05-23T22:20:33.2243166+02:00", "clientId": "sample string 2", "companyName": "sample string 3" }
application/xml, text/xml
Sample:
<MyPageLicenseInfoConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <signDate>2025-05-23T22:20:33.2243166+02:00</signDate> <clientId>sample string 2</clientId> <companyName>sample string 3</companyName> </MyPageLicenseInfoConfig>