Get all requirement specifications
get
/fscmRestApi/resources/11.13.18.05/requirementSpecifications
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds requirement specifications according to the identifier.
Finder Variables:- RequirementId; integer; Value that uniquely identifies the requirement specification.
- PrimaryKey: Finds requirement specifications according to the identifier.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- LatestVersionId; integer; Value that uniquely identifies the latest requirement version. The application generates this value when it creates the latest version of the requirement specification.
- LatestVersionNumber; integer; Number that identifies the latest version of the requirement.
- Name; string; Name of the requirement.
- RequirementId; integer; Value that uniquely identifies the requirement specification.
- RequirementType; string; Type of requirement.
- RequirementTypeName; string; Name of requirement type.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context(required):
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version(required):
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : requirementSpecifications
Type:
Show Source
object
-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : requirementSpecifications-item-response
Type:
Show Source
object
-
LatestVersionId: integer
(int64)
Title:
Latest Version ID
Value that uniquely identifies the latest requirement version. The application generates this value when it creates the latest version of the requirement specification. -
LatestVersionNumber: integer
Read Only:
true
Number that identifies the latest version of the requirement. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Name: string
Title:
Requirements Specification
Maximum Length:400
Name of the requirement. -
RequirementId: integer
(int64)
Value that uniquely identifies the requirement specification.
-
RequirementTeam: array
Requirement Team Members
Title:
Requirement Team Members
The Requirement Team Members resource manages the users who are authorized to access the requirement specification. -
RequirementType: string
Title:
Type
Maximum Length:80
Type of requirement. -
RequirementTypeName: string
Read Only:
true
Name of requirement type. -
RequirementVersion: array
Requirement Versions
Title:
Requirement Versions
The Requirement Versions resource manages the versions of a requirement specification.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Requirement Team Members
Type:
array
Title:
Requirement Team Members
The Requirement Team Members resource manages the users who are authorized to access the requirement specification.
Show Source
Nested Schema : Requirement Versions
Type:
array
Title:
Requirement Versions
The Requirement Versions resource manages the versions of a requirement specification.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : requirementSpecifications-RequirementTeam-item-response
Type:
Show Source
object
-
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the team member. -
CreationDate: string
(date-time)
Read Only:
true
Date and time when the user created the team member. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date and time when the user most recently updated the team member. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the team member. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
UserId: integer
(int64)
Value that uniquely identifies the user, who is a team member.
-
UserName: string
Name of the user, who is a team member.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : requirementSpecifications-RequirementVersion-item-response
Type:
Show Source
object
-
Attachments: array
Attachments
Title:
Attachments
The Attachments resource manages the attachments of a requirement. -
Description: string
Title:
Description
Maximum Length:1000
Description of the requirement specification. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Product: string
Title:
Product
Maximum Length:30
Product associated with the requirement specification. -
ProductName: string
Read Only:
true
Name of the product. -
RequirementId: integer
(int64)
Value that uniquely identifies the requirement.
-
RequirementLineItem: array
Requirement Line Items
Title:
Requirement Line Items
The Requirement Line Items resource manages the requirements within a requirement specification. Each requirement line has priority and estimates. The estimates roll up to the top-level requirement. -
RequirementName: string
Read Only:
true
Name of the requirement. -
RequirementVersionId: integer
(int64)
Value that uniquely identifies the requirement version.
-
Status: string
Title:
Status
Maximum Length:30
Default Value:PENDING
Status of the requirement specification. -
StatusName: string
Read Only:
true
Name of the status. -
TotalDependsOn: integer
Read Only:
true
Number of dependencies on this requirement specification. -
TotalEstimates: number
Title:
Total Estimates
Total estimates required to complete the requirement specification. -
TotalImpacts: integer
Read Only:
true
Number of objects impacted by this requirement specification. -
VersionNumber: integer
(int32)
Title:
Version
Default Value:1
Version number of the requirement specification.
Nested Schema : Attachments
Type:
array
Title:
Attachments
The Attachments resource manages the attachments of a requirement.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Requirement Line Items
Type:
array
Title:
Requirement Line Items
The Requirement Line Items resource manages the requirements within a requirement specification. Each requirement line has priority and estimates. The estimates roll up to the top-level requirement.
Show Source
Nested Schema : requirementSpecifications-RequirementVersion-Attachments-item-response
Type:
Show Source
object
-
AttachedDocumentId: integer
(int64)
Value that uniquely identifies the attached document.
-
CategoryName: string
Title:
Category
Maximum Length:30
Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Read Only:
true
Maximum Length:255
User who created the attachment. -
CreatedByUserName: string
Title:
Created By User Name
Read Only:true
Login that the user used when creating the attachment for the affected item. -
CreationDate: string
(date-time)
Read Only:
true
Date when the attachment was created. -
DatatypeCode: string
Title:
Type
Maximum Length:30
Default Value:FILE
Abbreviation that identifies the data type of the attachment. -
Description: string
Title:
Description
Maximum Length:255
Description of the attachment. -
DmFolderPath: string
Maximum Length:
1000
Repository folder path of the attachment. -
DownloadInfo: string
Title:
DownloadInfo
JSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Abbreviation that identifies the error code, if any, for the attachment.
-
ErrorStatusMessage: string
Text of the error message, if any, for the attachment.
-
ExpirationDate: string
(date-time)
Date when the attachment is no longer valid.
-
FileContents: string
(byte)
Contents of the file attachment.
-
FileName: string
Title:
File Name
Maximum Length:2048
File name of the attachment. -
FileUrl: string
Title:
File Url
URL (Uniform Resource Locator) of the attached file. -
FileWebImage: string
(byte)
Title:
File Web Image
Read Only:true
The base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
Date and time when the user most recently updated the attachment. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:255
User who most recently updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By User
Read Only:true
Login that the user used when updating the attachment for the affected item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Title: string
Title:
Title
Title of the attachment. -
UploadedFileContentType: string
Content type of the attachment.
-
UploadedFileLength: integer
Title:
File Size
Length of the attached file. -
UploadedFileName: string
Name of the attached file.
-
UploadedText: string
Text of the attachment.
-
Uri: string
Maximum Length:
4000
URI (Uniform Resource Identifier) of the attachment. -
Url: string
Title:
Url
Maximum Length:4000
URL (Uniform Resource Locator) of the attachment. -
UserName: string
Read Only:
true
Maximum Length:255
Login that the user used when adding the attachment.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : requirementSpecifications-RequirementVersion-RequirementLineItem-item-response
Type:
Show Source
object
-
Attachments: array
Attachments
Title:
Attachments
The Attachments resource manages the attachments of a requirement. -
Content: string
(byte)
Title:
Content
Details of the requirement line item. -
Description: string
Title:
Description
Maximum Length:1000
Description of the requirement line item. -
Estimates: number
Title:
Estimates
Estimates needed to complete the requirement line item. -
Fulfilled: string
Title:
Fulfilled
Maximum Length:30
Value that indicates whether the requirement line item has been fulfilled. -
FulfilledName: string
Read Only:
true
Name of the fulfilled flag. -
Impacts: integer
Read Only:
true
Number of objects impacted by the requirement line item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Name: string
Title:
Requirement
Maximum Length:400
Name of the requirement specification. -
ParentLineItemId: integer
(int64)
Value that uniquely identifies parent line item.
-
ParentSectionNumber: string
Number that identifies the section of the parent line item.
-
Priority: string
Title:
Priority
Maximum Length:30
Priority of the requirement line item. -
PriorityName: string
Read Only:
true
Name of the priority. -
RequirementId: integer
Value that uniquely identifies the requirement.
-
RequirementLineItemId: integer
(int64)
Value that uniquely identifies the requirement line item.
-
RequirementName: string
Read Only:
true
Name of the requirement. -
RequirementVersionId: integer
(int64)
Title:
Requirement Version ID
Value that uniquely identifies the requirement version. -
RequirementVersionNumber: integer
Read Only:
true
Number that identifies the version of the requirement. -
Scope: string
Title:
In Scope
Maximum Length:30
Scope of the requirement line item. -
ScopeName: string
Read Only:
true
Name of the scope. -
SectionNumber: string
Title:
Number
Maximum Length:400
Number that identifies the section of the requirement line item.
Nested Schema : Attachments
Type:
array
Title:
Attachments
The Attachments resource manages the attachments of a requirement.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : requirementSpecifications-RequirementVersion-RequirementLineItem-Attachments-item-response
Type:
Show Source
object
-
AttachedDocumentId: integer
(int64)
Value that uniquely identifies the attached document.
-
CategoryName: string
Title:
Category
Maximum Length:30
Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Read Only:
true
Maximum Length:255
User who created the attachment. -
CreatedByUserName: string
Title:
Created By User Name
Read Only:true
Login that the user used when creating the attachment for the affected item. -
CreationDate: string
(date-time)
Read Only:
true
Date when the attachment was created. -
DatatypeCode: string
Title:
Type
Maximum Length:30
Default Value:FILE
Abbreviation that identifies the data type of the attachment. -
Description: string
Title:
Description
Maximum Length:255
Description of the attachment. -
DmFolderPath: string
Maximum Length:
1000
Repository folder path of the attachment. -
DownloadInfo: string
Title:
DownloadInfo
JSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Abbreviation that identifies the error code, if any, for the attachment.
-
ErrorStatusMessage: string
Text of the error message, if any, for the attachment.
-
ExpirationDate: string
(date-time)
Date when the attachment is no longer valid.
-
FileContents: string
(byte)
Contents of the file attachment.
-
FileName: string
Title:
File Name
Maximum Length:2048
File name of the attachment. -
FileUrl: string
Title:
File Url
URL (Uniform Resource Locator) of the attached file. -
FileWebImage: string
(byte)
Title:
File Web Image
Read Only:true
The base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
Date and time when the user most recently updated the attachment. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:255
User who most recently updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By User
Read Only:true
Login that the user used when updating the attachment for the affected item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Title: string
Title:
Title
Title of the attachment. -
UploadedFileContentType: string
Content type of the attachment.
-
UploadedFileLength: integer
Title:
File Size
Length of the attached file. -
UploadedFileName: string
Name of the attached file.
-
UploadedText: string
Text of the attachment.
-
Uri: string
Maximum Length:
4000
URI (Uniform Resource Identifier) of the attachment. -
Url: string
Title:
Url
Maximum Length:4000
URL (Uniform Resource Locator) of the attachment. -
UserName: string
Read Only:
true
Maximum Length:255
Login that the user used when adding the attachment.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Examples
This example describes how to get all requirement specifications.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/requirementSpecifications"
Example Response Body
The following shows an example of the response body in JSON format.
{ "items": [ { "Name": "VIN_ReqSpecLine", "LatestVersionId": 300100032070465, "LatestVersionNumber": 1, "RequirementId": 300100032070464, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100032070464", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100032070464", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100032070464/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100032070464/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "zIMREL10_Vario 8500 Tablet Product line Specification", "LatestVersionId": 300100044699283, "LatestVersionNumber": 1, "RequirementId": 300100044699282, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100044699282", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100044699282", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100044699282/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100044699282/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "zIMREL10_MAX Char Name_Childrens Movie Themed Vitamins Providing a Childrens Movie themed version of our VIT- XS is the #1 customer request based on our \"Parent OutReach\" program results. Our market research indicates that this feature will increase market share by 4% in 2015 and 3% in 2016. Since this feature will apply to our existing product we feel development cost will be minimized.", "LatestVersionId": 300100048949947, "LatestVersionNumber": 1, "RequirementId": 300100048949946, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048949946", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048949946", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048949946/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048949946/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "zIMREL10_Flying Bike Requirements", "LatestVersionId": 300100048950090, "LatestVersionNumber": 2, "RequirementId": 300100048950034, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950034", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950034", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950034/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950034/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "Vin-Bike-ReqSpec", "LatestVersionId": 300100032070461, "LatestVersionNumber": 1, "RequirementId": 300100032070460, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100032070460", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100032070460", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100032070460/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100032070460/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "Vin-Submersible-Bike", "LatestVersionId": 300100032070518, "LatestVersionNumber": 1, "RequirementId": 300100032070517, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100032070517", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100032070517", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100032070517/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100032070517/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "Vario 8500 Tablet Product line Specification Template", "LatestVersionId": 300100036891187, "LatestVersionNumber": 1, "RequirementId": 300100036891186, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891186", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891186", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891186/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891186/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "Green Server 9560 Test Cases", "LatestVersionId": 300100036891343, "LatestVersionNumber": 1, "RequirementId": 300100036891342, "RequirementType": "TEST_CASE_SPECIFICATION", "RequirementTypeName": "Test Case Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891342", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891342", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891342/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891342/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "Sentinel UM-9500 Gaming Laptop Test Cases", "LatestVersionId": 300100036891369, "LatestVersionNumber": 1, "RequirementId": 300100036891368, "RequirementType": "TEST_CASE_SPECIFICATION", "RequirementTypeName": "Test Case Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891368", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891368", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891368/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891368/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "zIMREL10_Vario 8500 Tablet Product line Specification Template", "LatestVersionId": 300100044699199, "LatestVersionNumber": 1, "RequirementId": 300100044699198, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100044699198", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100044699198", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100044699198/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100044699198/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "zIMREL10_Name with Max char - Childrens Movie Themed VitaminsiProviding a Childrens Movie themed version of our VIT- XS is the #1 customer request based on our \"Parent OutReach\" program results. Our market research indicates that this feature will increase market share by 4% in 2015 and 3% in 2016. Since this feature will apply to our existing product we feel development cost will be minimized.", "LatestVersionId": 300100048950019, "LatestVersionNumber": 1, "RequirementId": 300100048950018, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950018", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950018", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950018/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950018/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "Fruit Flavored Vitamins", "LatestVersionId": 300100048950245, "LatestVersionNumber": 1, "RequirementId": 300100048950244, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950244", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950244", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950244/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950244/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "Submersible Bike", "LatestVersionId": 300100031871582, "LatestVersionNumber": 1, "RequirementId": 300100031871581, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100031871581", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100031871581", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100031871581/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100031871581/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "Tablet with Holographic Display", "LatestVersionId": 300100036891505, "LatestVersionNumber": 1, "RequirementId": 300100036891504, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891504", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891504", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891504/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100036891504/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "zIMREL10_DisplayMonitor_002", "LatestVersionId": 300100040148153, "LatestVersionNumber": 1, "RequirementId": 300100040148152, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100040148152", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100040148152", "name": "requirementSpecifications", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100040148152/child/RequirementTeam", "name": "RequirementTeam", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100040148152/child/RequirementVersion", "name": "RequirementVersion", "kind": "collection" } ] }, { "Name": "Bacon Flavored Vitamins", "LatestVersionId": 300100048950260, "LatestVersionNumber": 1, "RequirementId": 300100048950259, "RequirementType": "REQUIREMENTS_SPECIFICATION", "RequirementTypeName": "Requirements Specification", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950259", "name": "requirementSpecifications", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/requirementSpecifications/300100048950259", "name": "requirementSpecifications", "kind": "item" }, ... } ] }