Help Center/ CodeArts Pipeline/ API Reference/ API/ Change Management/ Querying Change Creator Information in a Project
Updated on 2025-03-25 GMT+08:00

Querying Change Creator Information in a Project

Function

This API is used to query change creator information in a project.

Calling Method

For details, see Calling APIs.

URI

GET /v2/{cloudProjectId}/change-request/creator/list/search

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

cloudProjectId

Yes

String

Project ID.

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

component_id

Yes

String

Microservice ID.

name

No

String

Creator name.

Request Parameters

None

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

[items]

Array of CreatorInfoVO objects

Creator information.

Table 4 CreatorInfoVO

Parameter

Type

Description

creator_id

String

Creator ID.

creator_name

String

Creator name.

Example Requests

GET https://{endpoint}/v2/2d09f712e9504b61b034cc8f40e475a8/change-request/creator/list/search?component_id=f7ced2341b204d2b82c607c6f0de5b4a&name=

Example Responses

Status code: 200

Creator information.

[ {
  "creator_id" : "05d8ca972f114765a8984795a8aa4d41",
  "creator_name" : "test5"
} ]

Status Codes

Status Code

Description

200

Creator information.

Error Codes

See Error Codes.