getPartnerInfo
Description
This action will provide you information about specific partner
Example
https://api.jetlicense.com/?action=getPartnerInfo&partner_id=5887980319a464498902b0cd
Parameters
Parameter | Type | Description | Possible values | Example |
---|---|---|---|---|
output |
String | The requested returned output type, The default is json |
|
xml |
partner_id |
String | The Partner id for the partner that you want to edit. You must provide this parameter unless you provide the email parameter |
|
5887980319a464498902b0cd |
email |
String | The Partner Email for the partner that you want to edit. You must provide this parameter unless you provide the partner_id parameter |
|
john@mydomain.com |
Returns
Return | Type | Description | Possible values | Example |
---|---|---|---|---|
partner_id |
String | The Partner ID |
|
5888bf6319a464498902b0ce |
partner_name |
String | The Partner Name |
|
JetApps |
status |
String | The Partner status |
|
Active |
status_change |
String | The Partner status last change date |
|
2017-01-26T16:51:13+00:00 |
created |
String | The Partner creation date |
|
2017-01-26T16:51:13+00:00 |
logs |
Object | The last 30 logs of the Partner |
|
Object(
) |
— date |
String | The log date |
|
2017-01-26T16:51:13+00:00 |
— partner |
String | The Partner name |
|
JetApps |
— user |
String | The Partner User name |
|
John Doe |
— msg |
String | The log message |
|
Status changed to Suspended |