Changelog¶
The format is based on Keep a Changelog.
[1.1.0] - 2025-03-17¶
What's New¶
POST
/pcf/products/{id}/standard/iso¶
To create a ISO standard credential for a specific product of a company in SiGREEN.
POST
/pcf/products/{id}/standard/pact¶
To create a PACT standard credential for a specific product of a company in SiGREEN.
What's Changed¶
POST
/pcf/products/{id}/standard/tfs¶
Request:¶
Changed content type : application/json
Updated TFS-V2
: * Changed property pcfData
(object)
* Changed property `referencePeriodStart` (string -> string)
> Start of time period of data collection for primary data sources (this does not refer to publication dates of secondary data). DateTime (ISO 8601; UTC Timezone)
* Changed property `referencePeriodEnd` (string -> string)
> End of time period of data collection for primary data sources. DateTime (ISO 8601; UTC Timezone)
* Changed property `created` (string -> string)
> The time stamp at which the PCF has been declared, independently of when or if it has been shared. This represents the validity period start unless specified separately. DateTime (ISO 8601; UTC Timezone)
* Changed property `validityPeriodStart` (string -> string)
> The time stamp at which the PCF is declared valid. If not specified, the validity period starts with the date of issue. DateTime (ISO 8601; UTC Timezone)
* Changed property `validityPeriodEnd` (string -> string)
> Time stamp declaring the expected end of the use period for this declaration or date of expected update (i.e. when does the data validity period end?). DateTime (ISO 8601; UTC Timezone)
POST
/pcf/products/{id}/standard/catena-x¶
Request:¶
Changed content type : application/json
Updated CATENA-X-V2.2
: * Changed property pcfData
(object)
* Changed property `referencePeriodStart` (string -> string)
> Start of time period of data collection for primary data sources (this does not refer to publication dates of secondary data). DateTime (ISO 8601; UTC Timezone)
* Changed property `referencePeriodEnd` (string -> string)
> End of time period of data collection for primary data sources. DateTime (ISO 8601; UTC Timezone)
* Changed property `created` (string -> string)
> The time stamp at which the PCF has been declared, independently of when or if it has been shared. This represents the validity period start unless specified separately. DateTime (ISO 8601; UTC Timezone)
* Changed property `validityPeriodStart` (string -> string)
> The time stamp at which the PCF is declared valid. If not specified, the validity period starts with the date of issue. DateTime (ISO 8601; UTC Timezone)
* Changed property `validityPeriodEnd` (string -> string)
> Time stamp declaring the expected end of the use period for this declaration or date of expected update (i.e. when does the data validity period end?). DateTime (ISO 8601; UTC Timezone)
[1.0.0] - 2024-02-10¶
What's New¶
POST
/pcf/products/{id}/standard/tfs¶
To create a TFS standard credential for a specific product of a company in SiGREEN.
POST
/pcf/products/{id}/standard/catena-x¶
To create a CatenaX standard credential for a specific product of a company in SiGREEN.
GET
/pcf/jobs/{id}/status¶
It is to know whether credential has been created or not.
What's Deleted¶
POST
/products/{productId}¶
To create a credential for a specific product in a company in SiGREEN.
GET
/jobs/{jobType}/{jobId}/status¶
It is to know whether a credential has been created or not.