The RQL documentation has the details on this. Short version: send a
query in the following format:

<IODATA loginguid="LOGIN GUID HERE">
  <ADMINISTRATION>
    <PROJECT action="load" guid="PROJECT GUID HERE"/>
  </ADMINISTRATION>
</IODATA>

The server will respond with the following:

<IODATA>
  <PROJECT guid="[!guid_project!]" name="project_name" description=""
   versioning="0" testproject="0" inhibitlevel="18"
lockinfo="statement"
   databasename="db_name" servername="srv_name" createallowed="1"
   dbtypeid="3" editorialserverguid="[!guid_editorialserver!]"
   databaseserverguid="[!guid_database!]" projectversion="002.011"
   reddotstartpageguid="[!guid_page!]" lockedbysystem="0"/>
</IODATA>

Then you just extract the value of the "name" attribute from the
<PROJECT> element.

On Jul 22, 3:00 am, Jills <[email protected]> wrote:
> Is it possible to get the corresponding Project_Name from CMS if we
> have the projcet_guid or Project_Variant_ID with us?
>
> Thanks,
> Jills
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to