Retrieve a Credential Input Source
get
/api/v2/credential_input_sources/{id}/
Make GET request to this resource to retrieve a single credential input source record containing the following fields:
id: Database ID for this credential input source. (integer)type: Data type for this credential input source. (choice)url: URL for this credential input source. (string)related: Data structure with URLs of related resources. (object)summary_fields: Data structure with name/description for related resources. The output for some objects may be limited for performance reasons. (object)created: Timestamp when this credential input source was created. (datetime)modified: Timestamp when this credential input source was last modified. (datetime)description: Optional description of this credential input source. (string)input_field_name: (string)metadata: (json)target_credential: (id)source_credential: (id)
Request
Supported Media Types
- application/json
Path Parameters
Back to Top
Response
Supported Media Types
- application/json
200 Response
Root Schema : CredentialInputSource
Type:
Show Source
object-
created:
string
Title:
CreatedRead Only:true -
description:
string
Title:
Description -
id:
integer
Title:
IDRead Only:true -
input_field_name(required):
string
Title:
Input field nameMinimum Length:1Maximum Length:1024 -
metadata:
object Metadata
Title:
Metadata -
modified:
string
Title:
ModifiedRead Only:true - related: string
-
source_credential(required):
integer
Title:
Source credential -
summary_fields:
string
Title:
Summary fieldsRead Only:true -
target_credential(required):
integer
Title:
Target credential -
type:
string
Title:
TypeRead Only:true -
url:
string
Title:
UrlRead Only:true
Nested Schema : Metadata
Type:
objectTitle:
Metadata