Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.77 KB

File metadata and controls

35 lines (24 loc) · 1.77 KB

GetEnvironmentForks

Properties

Name Type Required Description
Data List<GetEnvironmentForksData> A list of the environment's forks.
Meta GetEnvironmentForksMeta The response's meta information for paginated results.

GetEnvironmentForksData

Information about the forked environment.

Properties

Name Type Required Description
ForkId string The forked environment's unique ID.
ForkName string The forked environment's label.
CreatedAt string The date and time at which the fork was created.
CreatedBy string The user who created the environment fork.
UpdatedAt string The date and time at which the fork was last updated.

GetEnvironmentForksMeta

The response's meta information for paginated results.

Properties

Name Type Required Description
Total double The total number of forked environments.
NextCursor string The pagination cursor that points to the next record in the results set.