Folders Upload Files

FoldersUploadFilesPOST

POST

/folders/uploadfiles

Prod:
https://api.seic.com/v1/contentmanagement/folders/uploadfiles
Header Parameters
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

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

string

Attachments
Name Value Description
filename
(required)

HTTP Responses
  • Code
    Description
  • 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 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.

TEST ENDPOINT
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.

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

filename

Request Body

HTTP Basic

OAuth 2.0

API Key

Working...

Folders Upload Files

FoldersUploadFilesPOST

POST

/folders/uploadfiles

Prod:
https://api.seic.com/v1/contentmanagement/folders/uploadfiles
Header Parameters
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

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

string

Attachments
Name Value Description
filename
(required)

HTTP Responses
  • Code
    Description
  • 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 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.

TEST ENDPOINT
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.

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

filename

Request Body

HTTP Basic

OAuth 2.0

API Key

Working...

Test: https://test.api.seic.com/v1/contentmanagement/folders/uploadfiles
TLS*: https://mtls.api.seic.com/v1/contentmanagement/folders/uploadfiles
*The TLS endpoint is only used if Server Based Application was selected during the App Registration process.
STEP 1



STEP 2

Pass the oAuth Token and the App key to invoke this endpoint for a particular application.

Folders Upload Files

FoldersUploadFilesPOST

POST

/folders/uploadfiles

Prod:
https://api.seic.com/v1/contentmanagement/folders/uploadfiles
Header Parameters
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

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

string

Attachments
Name Value Description
filename
(required)

HTTP Responses
  • Code
    Description
  • 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 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.

TEST ENDPOINT
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.

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

filename

Request Body

HTTP Basic

OAuth 2.0

API Key

Working...

SAMPLE REQUEST

curl --location --request POST 'https://api.seic.com/v1/contentmanagement/folders/uploadfiles' \
--header 'Authorization: Bearer iATYfOPqdSbfBvcmWbEvInVu5EGc' \
--header 'AppKey: GeIeCDxU5c9GDbVnwdnXVxK1nGChAG2O'


REQUEST HEADER

Authorization: Bearer iATYfOPqdSbfBvcmWbEvInVu5EGc
AppKey: GeIeCDxU5c9GDbVnwdnXVxK1nGChAG2O
REQUEST PAYLOAD MODEL
Operations
RESPONSE HEADER

Content: Type: application/json
Status: 200 OK 
Requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9


SAMPLE RESPONSE

{
  "Folder": {
    "Id": "string",
    "Name": "string",
    "Type": "string",
    "ObjectType": "string",
    "ContentType": "string",
    "CreatedAt": "string",
    "CreatedBy": "string",
    "ModifiedAt": "string",
    "ModifiedBy": "string",
    "Size": 0,
    "Properties": {
      "additionalProp1": "string",
      "additionalProp2": "string",
      "additionalProp3": "string"
    }
  },
  "Children": [
    {
      "Id": "string",
      "Name": "string",
      "Type": "string",
      "ObjectType": "string",
      "ContentType": "string",
      "CreatedAt": "string",
      "CreatedBy": "string",
      "ModifiedAt": "string",
      "ModifiedBy": "string",
      "Size": 0,
      "Properties": {
        "additionalProp1": "string",
        "additionalProp2": "string",
        "additionalProp3": "string"
      }
    }
  ]
}
MODEL
Operations
Name Description Data Type (L)
ObjectType

Object type.

string
Content-Type

Request content type. The valid values are multipart/form-data boundary=123456789.

string
CreatedBy

The initial userid that created the folder.

string
ModifiedAt

The most recent date and time that the folder was modified by a user.

string
ModifiedBy

The user ID that most recently modified the folder.

string
Size

The size of the folder.

string
Properties

Properties attributed to the folder.

string
createdAt

The date time the entity was created.

string
name

The business description for an entity in the context of the API, sometimes called a proper name. A name can apply to a Calendar, Financial Institution, Investor, Account, Advisor and various other entities.

string

The type of response. i.e., A folder or file.

string


Folders Upload Files

FoldersUploadFilesPOST

POST

/folders/uploadfiles

Prod:
https://api.seic.com/v1/contentmanagement/folders/uploadfiles
Header Parameters
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

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

string

Attachments
Name Value Description
filename
(required)

HTTP Responses
  • Code
    Description
  • 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 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.

TEST ENDPOINT
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.

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

filename

Request Body

HTTP Basic

OAuth 2.0

API Key

Working...

Folders Upload Files

FoldersUploadFilesPOST

POST

/folders/uploadfiles

Prod:
https://api.seic.com/v1/contentmanagement/folders/uploadfiles
Header Parameters
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

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

string

Attachments
Name Value Description
filename
(required)

HTTP Responses
  • Code
    Description
  • 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 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.

TEST ENDPOINT
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.

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

filename

Request Body

HTTP Basic

OAuth 2.0

API Key

Working...

Test: https://test.api.seic.com/v1/contentmanagement/folders/uploadfiles
TLS*: https://mtls.api.seic.com/v1/contentmanagement/folders/uploadfiles
*The TLS endpoint is only used if Server Based Application was selected during the App Registration process.
STEP 1



STEP 2

Pass the oAuth Token and the App key to invoke this endpoint for a particular application.

Folders Upload Files

FoldersUploadFilesPOST

POST

/folders/uploadfiles

Prod:
https://api.seic.com/v1/contentmanagement/folders/uploadfiles
Header Parameters
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

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

string

Attachments
Name Value Description
filename
(required)

HTTP Responses
  • Code
    Description
  • 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 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.

TEST ENDPOINT
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.

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

filename

Request Body

HTTP Basic

OAuth 2.0

API Key

Working...

SAMPLE REQUEST

curl --location --request POST 'https://api.seic.com/v1/contentmanagement/folders/uploadfiles' \
--header 'Authorization: Bearer iATYfOPqdSbfBvcmWbEvInVu5EGc' \
--header 'AppKey: GeIeCDxU5c9GDbVnwdnXVxK1nGChAG2O'


REQUEST HEADER

Authorization: Bearer iATYfOPqdSbfBvcmWbEvInVu5EGc
AppKey: GeIeCDxU5c9GDbVnwdnXVxK1nGChAG2O
REQUEST PAYLOAD MODEL
Operations
RESPONSE HEADER

Content: Type: application/json
Status: 200 OK 
Requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9


SAMPLE RESPONSE

{
  "Folder": {
    "Id": "string",
    "Name": "string",
    "Type": "string",
    "ObjectType": "string",
    "ContentType": "string",
    "CreatedAt": "string",
    "CreatedBy": "string",
    "ModifiedAt": "string",
    "ModifiedBy": "string",
    "Size": 0,
    "Properties": {
      "additionalProp1": "string",
      "additionalProp2": "string",
      "additionalProp3": "string"
    }
  },
  "Children": [
    {
      "Id": "string",
      "Name": "string",
      "Type": "string",
      "ObjectType": "string",
      "ContentType": "string",
      "CreatedAt": "string",
      "CreatedBy": "string",
      "ModifiedAt": "string",
      "ModifiedBy": "string",
      "Size": 0,
      "Properties": {
        "additionalProp1": "string",
        "additionalProp2": "string",
        "additionalProp3": "string"
      }
    }
  ]
}
MODEL
Operations
Name Description Data Type (L)
ObjectType

Object type.

string
Content-Type

Request content type. The valid values are multipart/form-data boundary=123456789.

string
CreatedBy

The initial userid that created the folder.

string
ModifiedAt

The most recent date and time that the folder was modified by a user.

string
ModifiedBy

The user ID that most recently modified the folder.

string
Size

The size of the folder.

string
Properties

Properties attributed to the folder.

string
createdAt

The date time the entity was created.

string
name

The business description for an entity in the context of the API, sometimes called a proper name. A name can apply to a Calendar, Financial Institution, Investor, Account, Advisor and various other entities.

string

The type of response. i.e., A folder or file.

string


Folders Upload Files

FoldersUploadFilesPOST

POST

/folders/uploadfiles

Prod:
https://api.seic.com/v1/contentmanagement/folders/uploadfiles
Header Parameters
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

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

string

Attachments
Name Value Description
filename
(required)

HTTP Responses
  • Code
    Description
  • 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 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.

TEST ENDPOINT
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.

content-type

Valid value is application/json. This defines the content type of the request payload accepted by the API.

filename

Request Body

HTTP Basic

OAuth 2.0

API Key

Working...