Patent Legal Data [P030]Pledge
[P030]PledgePublicV1
Receive pledge data by patent_id or patent_number. This includes pledge contract number, effective date, pledgee, pledger, and pledge type.
Note: The API supports batch requests with a maximum of 100 patents, and more patent id or patent number are separated with English comma. Batch requests are deducted from traffic/costs, and will be deducted multiple times based on the number of successful results returned.
Basic Information
Resource URL: /advanced-patent-data/pledge-data
Request Mode: get
Return Format: application/json
The API can only be called after logging in, click to log in
Try in Sandbox
Debug Here
API Description Document Download
Request Parameters
query
Parameter | Type | Required | Description | Sample |
patent_id | string | false | patent_id | a6a372dc-2b2c-476b-b1e4-78fab3dce33a |
patent_number | string | false | patent_number | US11379121B2 |
Request Sample
curl -X GET "https://connect.patsnap.com/advanced-patent-data/pledge-data?patent_id=a6a372dc-2b2c-476b-b1e4-78fab3dce33a&patent_number=US11379121B2&apikey="
-H "Content-Type:application/json"
-H "authorization:Bearer {token}"
Copy
Response Parameters
CommonResponse
Parameter | Type | Required | Description | Sample |
data | array | false | response data | no sample |
status | boolean | true | Status | false |
error_msg | string | false | Error Message | The request parameter format is incorrect! |
error_code | integer | true | Error Code | 0 |
PatentPledgeDataResponse
Parameter | Type | Required | Description | Sample |
pn | string | false | patent number | US11205304B2 |
patent_id | string | false | patent id | 718ead9c-4f3c-4674-8f5a-24e126827269 |
patent_pledge_data | array | false | pledge data | Please check the form: PatentPledgeData |
PatentPledgeData
Parameter | Type | Required | Description | Sample |
country | string | false | Authority code | US |
pledgees | array | false | pledgees | Please check the form: PersonBaseDoc |
pledgors | array | false | pledgors | Please check the form: PersonBaseDoc |
reel_frame | string | false | Pledge contract number | 060332/0740 |
pledge_type | string | false | Pledge type | RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (054475/0434) |
effective_date | integer | false | Pledge effective date | 20220610 |
PersonBaseDoc
Parameter | Type | Required | Description | Sample |
lang | string | false | Language | EN |
name | string | false | name | EMC IP HOLDING COMPANY LLC |
sequence | integer | false | sequence | 1 |
PersonBaseDocPledge
Parameter | Type | Required | Description | Sample |
lang | string | false | Language | EN |
name | string | false | name | EMC IP HOLDING COMPANY LLC |
sequence | integer | false | sequence | 1 |
effective_date_us | integer | false | Pledge effective date of US | 20181029 |
Response Error Details
error_code | Description |
0 | Success |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
68300004 | Invalid parameter! |
68300005 | Search api failure! |
68300006 | Analytic basic access error! |
68300007 | Bad request! |
68300008 | Service error, please try again later! |
68300010 | The file does not comply with upload specifications! |
67200001 | API call exceeds the total limit set by the platform! |
67200002 | Quota exceeds the limit! |
67200003 | Access token expired or authentication error! |
67200004 | No permission or API package quota has exceeded the limit! |
67200005 | Insufficient balance, call failed! |
67200006 | This client has expired and call failed! |
Response Body
{
"data": [
{
"pn": "US11205304B2",
"patent_id": "718ead9c-4f3c-4674-8f5a-24e126827269",
"patent_pledge_data": [
{
"country": "US",
"pledgees": [
{
"lang": "EN",
"name": "EMC IP HOLDING COMPANY LLC",
"sequence": 1
}
],
"pledgors": [
{
"lang": "EN",
"name": "EMC IP HOLDING COMPANY LLC",
"sequence": 1,
"effective_date_us": 20181029
}
],
"reel_frame": "060332/0740",
"pledge_type": "RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (054475/0434)",
"effective_date": 20220610
}
]
}
],
"status": true,
"error_code": 0
}
Copy
[P029]Transfer
[P031]Customs record