v1.0

put

/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/extendedPropertiesByFilter

Creates or updates extended properties for all Sites filtered by the passed parameters.Based on a flag, API chooses between site IDs passed and site IDs fetched via filter. The API sets the same property values for all relevant sites

Request

Path Parameters
  • Study mode. Allowed values: active (live study operations), test (testing data), training (training or sandbox data).
    Example:
    test
  • Study identifier as a 32-character uppercase hexadecimal UUID string.
    Example:
    C36A3197FDEE433FB5547EE83DE99E4B
Query Parameters
  • Minimum Length: 32
    Maximum Length: 32
    Pattern: ^[A-F0-9]{32}$
    Country identifier as a 32-character uppercase hexadecimal UUID string.
    Example:
    C36A3197FDEE433FB5547EE83DE99E4B
  • Minimum Length: 1
    Maximum Length: 255
    Name search filter for site.
    Example:
    Site A
  • SDF status filter. Allowed values: ACTIVE (available), NEW (newly created), RESTRICTED (limited use), DISBARRED (blocked), DECEASED (closed), RETIRED (inactive).
    Allowed Values: [ "ACTIVE", "NEW", "RESTRICTED", "DISBARRED", "DECEASED", "RETIRED" ]
    Example:
    ACTIVE
  • Minimum Length: 1
    Maximum Length: 20
    Pattern: ^[0-9]+$
    Study version filter for sites or depots. Accepts non-negative integer version numbers.
    Example:
    1
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : extendedProperties
Type: array
Collection of extended properties for update operations.
Show Source
Example:
[
    {
    }
]
Nested Schema : SDFsPropertyDto
Type: object
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : SDFExtendedPropertiesListResponse
Type: object
Show Source
Nested Schema : sdfExtendedPropertiesList
Type: array
Show Source
Example:
[
    {
        "id":"C36A3197FDEE433FB5547EE83DE99E4B"
    }
]
Nested Schema : SDFPropertyListDto
Type: object
Show Source
Example:
[
    {
        "id":"C36A3197FDEE433FB5547EE83DE99E4B"
    }
]
Nested Schema : sdfPropertyList
Type: array
Show Source
Example:
[
    {
        "id":"C36A3197FDEE433FB5547EE83DE99E4B"
    }
]
Nested Schema : SDFsPropertyDto
Type: object
Show Source
Examples

400 Response

Returned when one or more path parameters, query parameters, or request-body values fail endpoint validation.
Body ()
Root Schema : SDFExtendedPropertiesListResponse
Type: object
Show Source
Nested Schema : sdfExtendedPropertiesList
Type: array
Show Source
Example:
[
    {
        "id":"C36A3197FDEE433FB5547EE83DE99E4B"
    }
]
Nested Schema : SDFPropertyListDto
Type: object
Show Source
Example:
[
    {
        "id":"C36A3197FDEE433FB5547EE83DE99E4B"
    }
]
Nested Schema : sdfPropertyList
Type: array
Show Source
Example:
[
    {
        "id":"C36A3197FDEE433FB5547EE83DE99E4B"
    }
]
Nested Schema : SDFsPropertyDto
Type: object
Show Source
Examples

Back to Top