Lists Metadata
GET
/lists/metadata
Returns the collection of all reference data as it pertains to Investors, Contacts, their relationships and pending capital transaction activity.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The pneumonic of the lookup name |
string |
|
name |
The look up name. |
boolean |
|
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
|
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The pneumonic of the lookup name |
name |
The look up name. |
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
Request Body
Working...
Lists Metadata
GET
/lists/metadata
Returns the collection of all reference data as it pertains to Investors, Contacts, their relationships and pending capital transaction activity.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The pneumonic of the lookup name |
string |
|
name |
The look up name. |
boolean |
|
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
|
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The pneumonic of the lookup name |
name |
The look up name. |
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
Request Body
Working...
Pass the oAuth Token and the App key to invoke this endpoint for a particular application.
Lists Metadata
GET
/lists/metadata
Returns the collection of all reference data as it pertains to Investors, Contacts, their relationships and pending capital transaction activity.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The pneumonic of the lookup name |
string |
|
name |
The look up name. |
boolean |
|
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
|
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The pneumonic of the lookup name |
name |
The look up name. |
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
Request Body
Working...
curl -X GET \ https://api.seic.com/v1/lists/metadata \ -H 'appkey: gsedgaerhDSHGRSH' \ -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \
Authorization: Bearer ADsgdnnkjnfdIKJN AppKey: gsedgaerhDSHGRSH
Content-Type: application/json Status: 200 OK requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
{
"externalId": "AQCAT",
"name": "ApprovalQueueCategoryType",
"displayName": "Approval Queue Category Type",
"createDate": "2018-05-25T15:13:25.287",
"changeDate": "2018-05-25T15:13:25.287",
"links": [
{
"rel": "List",
"href": "https://api.seic.com/v1/lists?externalId=AQCAT"
}
],
"child": [
{
"externalId": "AQCATSUB",
"name": "ApprovalQueueSubCategoryType",
"displayName": "Approval Queue Sub Category Type",
"createDate": "2018-05-25T15:13:25.287",
"changeDate": "2018-05-25T15:13:25.287",
"links": [
{
"rel": "List",
"href": "https://api.seic.com/v1/lists?externalId=AQCATSUB"
}
]
}
],
"paging": {
"totalCount": 165,
"limit": 0,
"first": null,
"last": null,
"previous": null,
"next": null,
"self": "https://api.seic.com/v1/lists/metadata?limit"
}
}
Lists Metadata
GET
/lists/metadata
Returns the collection of all reference data as it pertains to Investors, Contacts, their relationships and pending capital transaction activity.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The pneumonic of the lookup name |
string |
|
name |
The look up name. |
boolean |
|
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
|
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The pneumonic of the lookup name |
name |
The look up name. |
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
Request Body
Working...
Lists Metadata
GET
/lists/metadata
Returns the collection of all reference data as it pertains to Investors, Contacts, their relationships and pending capital transaction activity.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The pneumonic of the lookup name |
string |
|
name |
The look up name. |
boolean |
|
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
|
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The pneumonic of the lookup name |
name |
The look up name. |
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
Request Body
Working...
Pass the oAuth Token and the App key to invoke this endpoint for a particular application.
Lists Metadata
GET
/lists/metadata
Returns the collection of all reference data as it pertains to Investors, Contacts, their relationships and pending capital transaction activity.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The pneumonic of the lookup name |
string |
|
name |
The look up name. |
boolean |
|
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
|
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The pneumonic of the lookup name |
name |
The look up name. |
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
Request Body
Working...
curl -X GET \ https://api.seic.com/v1/lists/metadata \ -H 'appkey: gsedgaerhDSHGRSH' \ -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \
Authorization: Bearer ADsgdnnkjnfdIKJN AppKey: gsedgaerhDSHGRSH
Content-Type: application/json Status: 200 OK requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
{
"externalId": "AQCAT",
"name": "ApprovalQueueCategoryType",
"displayName": "Approval Queue Category Type",
"createDate": "2018-05-25T15:13:25.287",
"changeDate": "2018-05-25T15:13:25.287",
"links": [
{
"rel": "List",
"href": "https://api.seic.com/v1/lists?externalId=AQCAT"
}
],
"child": [
{
"externalId": "AQCATSUB",
"name": "ApprovalQueueSubCategoryType",
"displayName": "Approval Queue Sub Category Type",
"createDate": "2018-05-25T15:13:25.287",
"changeDate": "2018-05-25T15:13:25.287",
"links": [
{
"rel": "List",
"href": "https://api.seic.com/v1/lists?externalId=AQCATSUB"
}
]
}
],
"paging": {
"totalCount": 165,
"limit": 0,
"first": null,
"last": null,
"previous": null,
"next": null,
"self": "https://api.seic.com/v1/lists/metadata?limit"
}
}
Lists Metadata
GET
/lists/metadata
Returns the collection of all reference data as it pertains to Investors, Contacts, their relationships and pending capital transaction activity.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The pneumonic of the lookup name |
string |
|
name |
The look up name. |
boolean |
|
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
|
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The pneumonic of the lookup name |
name |
The look up name. |
lastModifiedSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
createdSince |
Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
Request Body
Working...