Project_Previews
  • 17 Jul 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Project_Previews

  • Dark
    Light
  • PDF

Article summary

Project_previews

/v1/project_previews/

Project_previews Details


Example for calling:

http://server/v1/project_previews
http://server/v1/project_preview?owner=safran - retrieves all details where the network owner is safran.

Allowed Methods:

[GET]
API Controller: project_preview

Description:

In Safran Project 5, Projects and Networks were distinct entities. This call returns a list of the relationships between networks and projects.

In Safran Project 7, The Network term is no longer in use. Typically, the Project ID and Network ID are the same. However, this call may still be helpful when referencing data that originated in Safran 5.

Parameters:

NameTypeDescriptionNotes
ownerstringOwner of the networkOptional


Request Fields:

none


Response Fields :

NameTypeDescriptionNotes
project_idintUnique project Id
project_namestringProject name
network_idintUnique network Id
network_namestringNetwork name


Sample JSON Response

json result

[
  {
    "project_id": 12,
    "project_name": "Project  - <AB>",
    "network_id": 1,
    "network_name": "Project 001"
    },
  {
    "project_id": 10,
    "project_name": "Project  - <CD>",
    "network_id": 9,
    "network_name": "Project 002"
    }
]


Was this article helpful?

What's Next